IsVehicleOnGround

From Multi Theft Auto: Wiki
Revision as of 23:56, 27 August 2007 by Jbeta (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 otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

-- leave this unless you complete the function