A_ImpXDeath1

From ZDoom Wiki
Revision as of 17:51, 10 August 2009 by Gez (talk | contribs) (Created page with '{{DISPLAYTITLE:A_ImpXDeath1}} '''A_ImpXDeath1'''<br /> (no parameters) Clears the calling actor's SOLID flag and sets its FLOORCLIP and NOGRAVITY flags instead. Also sets the ca…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_ImpXDeath1
(no parameters)

Clears the calling actor's SOLID flag and sets its FLOORCLIP and NOGRAVITY flags instead. Also sets the calling actor's special1 field to 666 to let the A_ImpExplode codepointer know to go to the XCrash state instead.

This codepointer is restricted to HereticImp and derived classes.