PROJECTILE KNEE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This is a [[PROJ_WORKSLIKE]] flag.  It indicates that the projectile is melee, essentially hitscan with limited range.
This is a [[PROJ_WORKSLIKE]] flag.  It indicates that the projectile is melee, essentially hitscan with limited range.


It cannot be applied simultaneously with [[PROJECTILE_HITSCAN]] and [[PROJECTILE_RPG]].
It cannot be applied simultaneously with [[PROJECTILE_HITSCAN]], [[PROJECTILE_RPG]], or [[PROJECTILE_BLOOD]].


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

Revision as of 17:10, 12 October 2015

This is a PROJ_WORKSLIKE flag. It indicates that the projectile is melee, essentially hitscan with limited range.

It cannot be applied simultaneously with PROJECTILE_HITSCAN, PROJECTILE_RPG, or PROJECTILE_BLOOD.