PROJECTILE EXPLODEONTIMER: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
If projectile is an RPG with the FLAG_TIMED flag set. Then it normally wouldn't spawn sounds and more things. To prevent that, use this flag.
If projectile is an RPG with the [[PROJECTILE_FLAG_TIMED]] flag set. Then it normally wouldn't spawn sounds and more things. To prevent that, use this flag.


[[Category:Projectile_Workslike_flags]]
[[Category:Projectile_Workslike_flags]]

Revision as of 08:26, 15 May 2011

If projectile is an RPG with the PROJECTILE_FLAG_TIMED flag set. Then it normally wouldn't spawn sounds and more things. To prevent that, use this flag.