Player::restorePlayerStamina: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.player.restorePlayerStamina(p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.player.restoreStamina(p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p1:''' float
*'''p1:''' float
===Return value===
===Return value===
*'''Undefined'''
*'''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Latest revision as of 14:10, 24 October 2017

Syntax

mp.game.player.restoreStamina(p1);

Required Arguments

  • p1: float

Return value

  • Undefined

Example

// todo

See also