SetVehicleLandingGearDown

From Multi Theft Auto: Wiki
Revision as of 15:07, 29 August 2007 by Talidan (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: A bool representing the state of the landing gear. true represents a collapsed landing gear, while false represents a disabled landing gear.

Returns

Returns true if the landing gear was set successfully, false otherwise.

Example

This page does not have an example

--add an example here.

See Also