Call of Duty 4: Scripting Reference - AI::StopUseTurret
From COD Modding & Mapping Wiki
StopUseTurret()
Module: AI
SP Only
Summary:
Stop using the actor's current turret
Call this on: <actor> An actor
Example:
self StopUseTurret();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none