PROJ DROP: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
BlasterDRP (talk | contribs)
mNo edit summary
 
BlasterDRP (talk | contribs)
mNo edit summary
Line 1: Line 1:
PROJ_VEL 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:
Syntax is:

Revision as of 13:44, 24 December 2004

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

Syntax is:

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.