getStamina: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
No edit summary
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- getStamina from EXPORT -->
{{RV|type=command
{{Command|Comments=
|arma3|Game name=
|1.54|Game version=


|gr1= Stamina System |GROUP1=
|game1= arma3
|version1= 1.54


| Get current stamina (~ seconds until depletion) |DESCRIPTION=
|gr1= Stamina System
| '''getStamina''' unit; |SYNTAX=
 
|p1= unit: [[Object]] |PARAMETER1=  
|descr= Get current stamina (~ seconds until depletion)
| [[Number]] |RETURNVALUE=
 
|x1= <code>'''getStamina''' player;
|s1= [[getStamina]] unit
</code>|EXAMPLE1=  
 
| [[Arma 3 Stamina]] [[setStamina]] [[setFatigue]] [[getFatigue]] |SEEALSO=
|p1= unit: [[Object]]
|  |MPBEHAVIOUR=
|r1= [[Number]]
 
|x1= <sqf>getStamina player;</sqf>
 
|seealso= [[Arma 3: Stamina]] [[setStamina]] [[setFatigue]] [[getFatigue]]
}}
}}


<h3 style='display:none'>Bottom Section</h3>
{{Note
{{GameCategory|arma3|New_Scripting_Commands_List}}
|user= Hypoxic125
{{GameCategory|arma3|Scripting Commands}}
|timestamp= 20240331005230
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|text= A naked player unit has 60 seconds of stamina.
 
}}
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>

Latest revision as of 03:52, 31 March 2024

Hover & click on the images for description

Description

Description:
Get current stamina (~ seconds until depletion)
Groups:
Stamina System

Syntax

Syntax:
getStamina unit
Parameters:
unit: Object
Return Value:
Number

Examples

Example 1:
getStamina player;

Additional Information

See also:
Arma 3: Stamina setStamina setFatigue getFatigue

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Hypoxic125 - c
Posted on Mar 31, 2024 - 00:52 (UTC)
A naked player unit has 60 seconds of stamina.