PROJ TRAIL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''PROJ_TRAIL''' is a [[defineprojectile]] property used to set the tilenum of any trail sprites spawned.
'''defineprojectile''' <tilenum> '''PROJ_TRAIL''' <tilenum>


Syntax is:
PROJ_TRAIL is a [[defineprojectile]] property used to set the tilenum of any trail sprites spawned.


[[defineprojectile]] <tile number> PROJ_TRAIL <number>
Where <tilenum> is the tilenum of the trail sprites spawned.
 
Where <number> is the tilenum of the trail sprites spawned.


[[Category:Projectile_structure_members]]
[[Category:Projectile_structure_members]]

Revision as of 06:13, 21 February 2020

defineprojectile <tilenum> PROJ_TRAIL <tilenum>

PROJ_TRAIL is a defineprojectile property used to set the tilenum of any trail sprites spawned.

Where <tilenum> is the tilenum of the trail sprites spawned.