Skip to main content

Vehicle::setLandingGear

Works for vehicles with a retractable landing gear

landing gear states:

0: Deployed 1: Closing 2: Opening 3: Retracted

Syntax

```js vehicle.setLandingGear(state); ```

Required Arguments

  • state: int

Return value

  • Undefined

Example

```js // todo ```

See also