Call of Duty Script Documentation
isturretactive(<turret>)
ModuleAI
Summary
Determine whether a given turret is being used by anybody including players and NPCs.
Example
if ( isturretactive(turret) )
Minimum Number of arguments: 1
1 : <turret> which turret to check.
Number of optional arguments: 0
Return to Function List