Call of Duty 4: Scripting Reference - AI::UnSetTurretNode
From COD Modding & Mapping Wiki
UnSetTurretNode( <node> )
Module: AI
SP Only
Summary:
Unset the turret from this node.
Call this on:
Example:
UnSetTurretNode( node, mg42 );
Required arguments:
- <node> The turret node to disconnect
Optional arguments:
- none
Notes:
- none