PROJ XREPEAT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Added category.
No edit summary
Line 1: Line 1:
PROJ_XREPEAT is a defineprojectile property used to set the x size of the projectile.
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.


Syntax is:
Syntax is:

Revision as of 00:08, 9 July 2012

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.

Syntax is:

defineprojectile <tile number> PROJ_XREPEAT <number>

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