PROJ VEL MULT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
 
Mblackwell (talk | contribs)
mNo edit summary
Line 3: Line 3:
Syntax is:
Syntax is:


defineprojectile <tile number> PROJ_VEL_MULT <number>
[[defineprojectile]] <tile number> PROJ_VEL_MULT <number>


Where <number> is the amount to multiply by. See also [[PROJ_VEL]].
Where <number> is the amount to multiply by. See also [[PROJ_VEL]].

Revision as of 21:42, 23 December 2004

PROJ_VEL is a defineprojectile property used to set multiply velocity of a projectile (causes an artificial acceleration).

Syntax is:

defineprojectile <tile number> PROJ_VEL_MULT <number>

Where <number> is the amount to multiply by. See also PROJ_VEL.