IsTurretReady()


Module: Vehicles
SP Only

Summary:

Query whether this vehicle's turret is ready for firing



Call this on:

a vehicle



Example:

while ( level.playertank IsTurretReady() != true ) ...