Jump to content

PROJ SYREPEAT: Difference between revisions

From EDukeWiki
Mblackwell (talk | contribs)
mNo edit summary
 
m Added category.
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Syntax is:
Syntax is:


defineprojectile <tile number> PROJ_SYREPEAT <number>
[[defineprojectile]] <tile number> PROJ_SYREPEAT <number>


Where <number> is the size you wish to set the [[spawn]]ed [[actor]]'s y to.
Where <number> is the size you wish to set the [[spawn]]ed [[actor]]'s y to.
[[Category:Projectile_structure_members]]

Revision as of 19:14, 13 June 2007

PROJ_SXREPEAT is a defineprojectile property used to set the y size of an actor spawned on impact.

Syntax is:

defineprojectile <tile number> PROJ_SYREPEAT <number>

Where <number> is the size you wish to set the spawned actor's y to.