Call of Duty 4: Scripting Reference - AI::SetFlashbangImmunity
From COD Modding & Mapping Wiki
SetFlashbangImmunity( <immune> )
Module: AI
SP Only
Summary:
Sets whether an actor is succeptable to flashbangs.
Call this on: <actor> An actor
Example:
level.suicideguy SetFlashbangImmunity( true )
Required arguments:
- <immune> If the actor can be affected by flashbangs.
Optional arguments:
- none
Notes:
- none