A_M_CheckAttack

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

A_M_CheckAttack
(no parameters)

If the calling actor has no target, or its special1 field is non-null, then it is put in its SkipAttack state.

Otherwise, calls A_FaceTarget.

This codepointer is restricted to ScriptedMarine and derived classes.