A_MStaffTrack

From ZDoom Wiki
Revision as of 18:52, 30 September 2009 by Gez (talk | contribs) (Created page with '{{DISPLAYTITLE:A_MStaffTrack}} '''A_MStaffTrack'''<br> (no parameters)<br> If the calling actor has no tracer (i.e.: intended victim), there's an about 20% chance it tries to ac…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_MStaffTrack
(no parameters)

If the calling actor has no tracer (i.e.: intended victim), there's an about 20% chance it tries to acquire one within a range of 10 units.

Whether the above happened or not, the codepointer then calls A_SeekerMissile(2, 10).

This codepointer is restricted to MageStaffFX2 and derived classes.