Call of Duty 4: Scripting Reference - AI::IsSuppressionWaiting
From COD Modding & Mapping Wiki
IsSuppressionWaiting()
Module: AI
SP Only
Summary:
Checks whether this actor is still doing suppression wait.
Call this on: <actor> An actor
Example:
while ( self IsSuppressionWaiting() )...
Required arguments:
- none
Optional arguments:
- none
Notes:
- none