GetVehicleTurnVelocity

From Multi Theft Auto: Wiki

Jump to: navigation, search

This function is used to retrieve a vehicle's turning velocity for each axis.

Syntax

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 or false if wrong arguments were passed.

Example

This page does not currently have an example

--enter an example here

See Also

FROM VERSION 1.3.1 r3968 ONWARDS