PROJ TYREPEAT: Difference between revisions

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


The y 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 y 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 06:06, 21 February 2020

PROJ_TYREPEAT is a defineprojectile property used to set the yrepeat of any trail sprites spawned.

defineprojectile <tile number> PROJ_TYREPEAT <number>

The y 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.