Call of Duty 4: Scripting Reference - AI::ClearPotentialThreat
From COD Modding & Mapping Wiki
ClearPotentialThreat()
Module: AI
SP Only
Summary:
Clear the potential threat direction. See SetPotentialThreat for more info on potential threats
Call this on: <entity>
Example:
self ClearPotentialThreat();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none