PROJ VEL MULT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
BlasterDRP (talk | contribs)
mNo edit summary
Line 1: Line 1:
PROJ_VEL is a [[defineprojectile]] property used to set multiply velocity of a projectile (causes an artificial acceleration).  
PROJ_VEL_MULT is a [[defineprojectile]] property used to set multiply velocity of a projectile (causes an artificial acceleration).  


Syntax is:
Syntax is:

Revision as of 13:43, 24 December 2004

PROJ_VEL_MULT 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.