A_SetReflectiveInvulnerable


Makes the calling actor invulnerable and makes him reflect missiles.

A_SetReflectiveInvulnerable

(no parameters)

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
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.