PROJECTILE KNEE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
This is a [[PROJ_WORKSLIKE]] flag.  It indicates that the projectile is melee.
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]].
It cannot be applied simultaneously with [[PROJECTILE_FLAG_HITSCAN]] and [[PROJECTILE_FLAG_RPG]].


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

Revision as of 16:17, 23 December 2009

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

It cannot be applied simultaneously with PROJECTILE_FLAG_HITSCAN and PROJECTILE_FLAG_RPG.