GetVehicleTurnVelocity
Jump to navigation
Jump to search
This function is used to retrieve a vehicle's turning velocity for each axis.
Syntax
float float float getVehicleTurnVelocity ( vehicle theVehicle )
Required Arguments
- theVehicle: The vehicle you wish to get the turning velocities of.
Returns
Returns 3 floats that represent the vehicle's turning velocity on the x, y and z axis.
Example
This page does not currently have an example
--enter an example here