Call of Duty Script Documentation
isturretready()
ModuleVehicles
Summary
Query whether this vehicle's turret is ready for firing
Call this function on
a vehicle
Example
while (level.playertank isTurretReady() != true)...
Minimum Number of arguments: 0
Number of optional arguments: 0
Return to Function List