Player::getParachuteState: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
Line 1: Line 1:
Returns:<br><br>-1: Normal<br>0: Wearing parachute on back<br>1: Parachute opening<br>2: Parachute open<br>3: Falling to doom (e.g. after exiting parachute)<br><br>Normal means no parachute?
Returns:<br><br>-1: Standing on a ground<br>0: Freefall with parachute on back <br>1: Parachute opening<br>2: Parachute open<br>3: Falling without parachute<br><br>
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">player.getParachuteState();</syntaxhighlight>
<syntaxhighlight lang="javascript">player.getParachuteState();</syntaxhighlight>

Latest revision as of 19:58, 22 July 2019

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