Call of Duty 4: Scripting Reference - AI::UseTurret
From COD Modding & Mapping Wiki
UseTurret( <turret> )
Module: AI
SP Only
Summary:
Use this turret
Call this on: <actor> An actor
Example:
self UseTurret( mg42Ent );
Required arguments:
- <turret> (entity) A turret entity
Optional arguments:
- none
Notes:
- none