Skip to main content

Player::getParachuteState

Returns:

-1: Standing on a ground 0: Freefall with parachute on back 1: Parachute opening 2: Parachute open 3: Falling without parachute

Syntax​

```js player.getParachuteState(); ```

Required Arguments​

Return value​

  • int

Example​

```js // todo ```

See also​