Call of Duty 4: Scripting Reference - AI::CheckCoverExitPosWithPath
From COD Modding & Mapping Wiki
CheckCoverExitPosWithPath( exitPos )
Module: AI
SP Only
Summary:
Check if an exit pos is valid with regard to the AI path.
Call this on: <actor> An actor
Example:
soldier CheckCoverExitPosWithPath( exitPos );
Required arguments:
- <exit pos> the exit animation end position
Optional arguments:
- none
Notes:
- none