PROJ CSTAT: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) mNo edit summary |
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 16: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.