Call of Duty 4: Scripting Reference - AI::ClearEntityTarget
From COD Modding & Mapping Wiki
ClearEntityTarget()
Module: AI
SP Only
Summary:
Clears an AI's entity target.
Call this on: <actor> An actor
Example:
self ClearEntityTarget( vehicle_entity )
Required arguments:
- none
Optional arguments:
- none
Notes:
- none