PROJ CSTAT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Fox (talk | contribs)
No edit summary
Line 5: Line 5:
[[defineprojectile]] <tile number> PROJ_CSTAT <number>
[[defineprojectile]] <tile number> PROJ_CSTAT <number>


Where <number> is the [[cstat]] flag(s) of the projectile.
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 17:58, 20 February 2020

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

Syntax is:

defineprojectile <tile number> PROJ_CSTAT <number>

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