A_SetReflectiveInvulnerable

From ZDoom Wiki
Jump to navigation Jump to search

A_SetReflectiveInvulnerable

(no parameters)


Makes the calling actor invulnerable and makes him reflect missiles.

Examples

This function is used by Hexen's Centaur in its Pain state:


 Pain:
   CENT G 6 A_Pain
   CENT G 6 A_SetReflectiveInvulnerable
   CENT EEE 15 A_CentaurDefend
   CENT E 1 A_UnSetReflectiveInvulnerable
   Goto See