Player::restorePlayerStamina: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">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">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Player_function_c}}
{{Player_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

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