PROJ XREPEAT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
PROJ_XREPEAT is a defineprojectile property used to set the x size of the projectile. For hitscan type projectiles this determines the x size of the decal.
'''defineprojectile''' <tilenum> '''PROJ_XREPEAT''' <xrepeat>


Syntax is:
PROJ_XREPEAT is a defineprojectile property used to set the [[xrepeat]] of the projectile. For hitscan type projectiles this determines the x size of the decal.


[[defineprojectile]] <tile number> PROJ_XREPEAT <number>
Where <xrepeat> is the size you wish to set the projectile's x to.
 
Where <number> is the size you wish to set the projectile's x to.


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

Revision as of 06:23, 21 February 2020

defineprojectile <tilenum> PROJ_XREPEAT <xrepeat>

PROJ_XREPEAT is a defineprojectile property used to set the xrepeat of the projectile. For hitscan type projectiles this determines the x size of the decal.

Where <xrepeat> is the size you wish to set the projectile's x to.