GetVehicleLandingGearDown

From Multi Theft Auto: Wiki
Revision as of 16:38, 20 June 2007 by Black Dragon (talk | contribs)
Jump to navigation Jump to search

This function is used to check whether a vehicles' landing gear is down or not.

Syntax

bool getVehicleLandingGearDown ( vehicle thevehicle )

Required Arguments

  • thevehicle: The vehicle that you wish to check its' landing gear state.

Returns

Returns true if landing gear is down, false if the landing gear is up.
Returns nil if the vehicle has no landing gear, or is invalid.

Example

This example does...

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

See Also