A_StalkerDrop

From ZDoom Wiki
Revision as of 21:23, 5 October 2012 by Ghastly (talk | contribs) (Added the A_ChangeFlag version, and fixed the title typo.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_StalkerDrop

(no parameters)

Removes the NOVERTICALMELEERANGE and NOGRAVITY flags from the calling actor. Pretty obviously, can be replicated with:

   A_ChangeFlag("NOVERTICALMELEERANGE", 0)
   A_ChangeFlag("NOGRAVITY", 0)

This codepointer is restricted to Stalker and derived classes.