PROJ CSTAT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''defineprojectile''' <tilenum> '''PROJ_CSTAT''' <cstat>
PROJ_CSTAT is a [[defineprojectile]] property used to set the [[cstat (sprite)|cstat]] flag(s) of the projectile.
PROJ_CSTAT is a [[defineprojectile]] property used to set the [[cstat (sprite)|cstat]] flag(s) of the projectile.


Syntax is:
Where <cstat> is the [[cstat (sprite)|cstat]] flag(s) of the projectile.
 
[[defineprojectile]] <tile number> PROJ_CSTAT <number>
 
Where <number> is the [[cstat (sprite)|cstat]] flag(s) of the projectile.


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

Revision as of 06:23, 21 February 2020

defineprojectile <tilenum> PROJ_CSTAT <cstat>

PROJ_CSTAT is a defineprojectile property used to set the cstat flag(s) of the projectile.

Where <cstat> is the cstat flag(s) of the projectile.