IsVehicleOnGround

From Multi Theft Auto: Wiki
Revision as of 16:53, 29 August 2007 by Talidan (talk | contribs)
Jump to navigation Jump to search

Checks to see if a vehicle has contact with the ground.

Syntax

bool isVehicleOnGround ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle you wish to check.

Returns

Returns true if vehicle is on the ground, false if it is not.

Example

This page does not have an example.

--add an example here

See Also