PROJ DROP: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Added category.
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''defineprojectile''' <tilenum> '''PROJ_DROP''' <drop>
PROJ_DROP is a [[defineprojectile]] property used to set the rate at which the projectile drops (arcs).
PROJ_DROP is a [[defineprojectile]] property used to set the rate at which the projectile drops (arcs).


Syntax is:
Where <drop> is the speed of the projectile's dropping. Note that a negative number is needed for it to move toward the ground.
 
[[defineprojectile]] <tile number> PROJ_DROP <number>
 
Where <number> is the speed of the projectile's dropping. Note that a negative number is needed for it to move toward the ground.


[[Category:Projectile_structure_members]]
[[Category:Projectile_structure_members]]

Revision as of 06:23, 21 February 2020

defineprojectile <tilenum> PROJ_DROP <drop>

PROJ_DROP is a defineprojectile property used to set the rate at which the projectile drops (arcs).

Where <drop> is the speed of the projectile's dropping. Note that a negative number is needed for it to move toward the ground.