Player::getParachuteState

From RAGE Multiplayer Wiki

Returns:

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

Syntax

player.getParachuteState();

Required Arguments

Return value

  • int

Example

// todo

See also