Skip to main content

Vehicle::getLandingGearState

landing gear states:

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

Syntax​

```js vehicle.getLandingGearState(); ```

Required Arguments​

Return value​

  • int

Example​

```js // todo ```

See also​