A_StalkerAttack

From ZDoom Wiki
Revision as of 11:11, 29 September 2009 by Gez (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_StalkerAttack

(no parameters)

If the calling actor has the NOGRAVITY flags, it is put in its Drop state. Otherwise, and if it has a valid target, calls A_FaceTarget. If in addition said target is within melee range, it is inflicted 2d8 melee damage.

This codepointer is restricted to Stalker and derived classes.