Call of Duty 4: Scripting Reference - AI::GetTurret
From COD Modding & Mapping Wiki
GetTurret()
Module: AI
SP Only
Summary:
Get the turret that this actor is using.
Call this on: <actor> An actor
Example:
turret = self GetTurret();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none