PROJ YREPEAT: 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_YREPEAT is a defineprojectile property used to set the y size of the projectile. For hitscan type projectiles this determines the y size of the decal.
'''defineprojectile''' <tilenum> '''PROJ_YREPEAT''' <yrepeat>


Syntax is:
PROJ_YREPEAT is a defineprojectile property used to set the [[yrepeat]] of the projectile. For hitscan type projectiles this determines the y size of the decal.
 
[[defineprojectile]] <tile number> PROJ_YREPEAT <number>


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


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

Revision as of 06:24, 21 February 2020

defineprojectile <tilenum> PROJ_YREPEAT <yrepeat>

PROJ_YREPEAT is a defineprojectile property used to set the yrepeat of the projectile. For hitscan type projectiles this determines the y size of the decal.

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