GetVehicleTurnVelocity: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


===Returns===
===Returns===
Returns 3 ''floats'' that represent the vehicle's turning velocity on the x, y and z axis.
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==  
==Example==  
Line 23: Line 23:
==See Also==
==See Also==


{{Vehicle Functions}}
{{Vehicle functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 16:54, 27 August 2007

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

Example

This page does not currently have an example

--enter an example here

See Also