PROJECTILE KNEE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
This is a [[PROJ_WORKSLIKE]] flag.
This is a [[PROJ_WORKSLIKE]] flag. It indicates that the projectile is melee.
Like PROJECTILE_FLAG_BULLET or PROJECTILE_FLAG_RPG it's works alone.


Note that you also need to set PROJECTILE_FLAG_RADIUS_PICNUM to be able to return condition in [[ifwasweapon]].
It cannot be applied simultaneously with PROJECTILE_FLAG_BULLET and PROJECTILE_FLAG_RPG.


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

Revision as of 15:56, 23 December 2009

This is a PROJ_WORKSLIKE flag. It indicates that the projectile is melee.

It cannot be applied simultaneously with PROJECTILE_FLAG_BULLET and PROJECTILE_FLAG_RPG.