Call of Duty 4: Scripting Reference - AI::IsSuppressed
From COD Modding & Mapping Wiki
IsSuppressed()
Module: AI
SP Only
Summary:
Checks whether this actor is in a suppressed state ( under fire ).
Call this on: <actor> An actor
Example:
while ( self IsSuppressed() )...
Required arguments:
- none
Optional arguments:
- none
Notes:
- none