A_StalkerDrop

From ZDoom Wiki
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.