PROJ TXREPEAT: 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_TXREPEAT''' is a [[defineprojectile]] property used to set the [[xrepeat]] of any trail sprites spawned.
'''defineprojectile''' <tilenum> '''PROJ_TXREPEAT''' <trail xrepeat>
 
defineprojectile <tile number> PROJ_TXREPEAT <number>


The x size of the trail used by the projectile.  Note that if the trail is an [[actor]] with a size specified in its code (e.g. by a [[sizeat]] command) then the specified size will override the one you give it.
The x size of the trail used by the projectile.  Note that if the trail is an [[actor]] with a size specified in its code (e.g. by a [[sizeat]] command) then the specified size will override the one you give it.


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

Revision as of 05:15, 21 February 2020

defineprojectile <tilenum> PROJ_TXREPEAT <trail xrepeat>

The x size of the trail used by the projectile. Note that if the trail is an actor with a size specified in its code (e.g. by a sizeat command) then the specified size will override the one you give it.