SetVehicleLandingGearDown

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

This function is used to set the landing gear state of certain vehicles.

Syntax

bool setVehicleLandingGearDown ( vehicle thevehicle, bool gearstate )

Required Arguments

  • thevehicle: The vehicle of which you wish to set the landing gear state.
  • gearstate: true or false.

Returns

Returns true if successful, false otherwise.

Example

This example does...

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

See Also