PROJ VEL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
m Added category.
Line 6: Line 6:


Where <number> is the speed of the projectile. Values over 1000 are not encouraged. Use [[PROJ_VEL_MULT]] to go at higher speeds.
Where <number> is the speed of the projectile. Values over 1000 are not encouraged. Use [[PROJ_VEL_MULT]] to go at higher speeds.
[[Category:Projectile_structure_members]]

Revision as of 19:16, 13 June 2007

PROJ_VEL is a defineprojectile property used to set the velocity of a projectile.

Syntax is:

defineprojectile <tile number> PROJ_VEL <number>

Where <number> is the speed of the projectile. Values over 1000 are not encouraged. Use PROJ_VEL_MULT to go at higher speeds.