PROJ DECAL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Added category and fixed grammar.
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
PROJ_DECAL is a [[defineprojectile]] property used to set the tilenum of any decal spawned by the projectile, i.e. bullet holes.
'''PROJ_DECAL''' is a [[defineprojectile]] property used to set the tilenum of any decal spawned by the projectile, i.e. bullet holes.


Syntax is:
Syntax is:

Revision as of 05:05, 21 February 2020

PROJ_DECAL is a defineprojectile property used to set the tilenum of any decal spawned by the projectile, i.e. bullet holes.

Syntax is:

defineprojectile <tile number> PROJ_DECAL <number>

Where <number> is the tilenum of the decal used. Only works with bullet projectiles.

Doesn't work with bullet type projectiles fired by actors other than players.