Spriteflags: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) New page: spriteflags <value> Sets special flags for sprites. The values are: '''1''' - Generates a shadow. See spriteshadow.<br /> '''2''' - Turns palette 6 whenever night vis... |
Hendricks266 (talk | contribs) mNo edit summary |
||
Line 11: | Line 11: | ||
It is a bitfield, so add together the values you want and then use spriteflags with the sum. | It is a bitfield, so add together the values you want and then use spriteflags with the sum. | ||
[[Category:EDuke32 specific commands]] | |||
[[Category:Sprite manipulation]] |
Revision as of 14:30, 7 July 2007
spriteflags <value>
Sets special flags for sprites. The values are:
1 - Generates a shadow. See spriteshadow.
2 - Turns palette 6 whenever night vision goggles are used. See spritenvg.
4 - The sprite's shade is unaffected by the shade of its sector.
8 - Is a projectile.
16 - Prevents teleporting. The sprite is not entered into the decal deletion queue.
32 - Is an enemy. See useractor.
It is a bitfield, so add together the values you want and then use spriteflags with the sum.