FireProjectile: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
</poem>
</poem>
{{Welcome|
{{Welcome|
desc=Fires a projectile like rocket launcher|
desc=Fires a [[Template:Projectiles|projectile]].
params=<syntaxhighlight lang="lua">(weaponid, position, r1, r2, r3, r4, r5, r6, r7)</syntaxhighlight>
params=<syntaxhighlight lang="lua">(weaponid, position, r1, r2, r3, r4, r5, r6, r7)</syntaxhighlight>
<poem>::weaponid: The weapon ID of the projectile. Possible values are 12-15 and 30.
<poem>::weaponid: The weapon ID of the projectile. Possible values are 12-15 and 30.

Revision as of 15:19, 4 May 2023

This function was added in v1.6 beta 4 and will not work on previous versions.


Description:
Fires a projectile.

params=
(weaponid, position, r1, r2, r3, r4, r5, r6, r7)

weaponid: The weapon ID of the projectile. Possible values are 12-15 and 30.
position: The Vector position
r1-r7 : These are float values in the range of -PI to PI


Parameters:

NoParams


Return Values:
true, on success.



Related Functions

The following functions may be helpful as they relate to this function in one way or another.