Call of Duty 4: Scripting Reference - AI::IsDeflected
From COD Modding & Mapping Wiki
IsDeflected()
Module: AI
SP Only
Summary:
Check if the actor has been deflected.
Call this on: <actor> An actor
Example:
self IsDeflected();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none