getStamina: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- getStamina from EXPORT --> {{Command|= Comments |arma3|= Game name |1.54|= Game version | Get current stamina (~ seconds until depletion) |= Description | '''getStamina''...")
 
No edit summary
 
(33 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!-- getStamina from EXPORT -->
{{RV|type=command
{{Command|= Comments
 
|arma3|= Game name
|game1= arma3
|1.54|= Game version
|version1= 1.54
| Get current stamina (~ seconds until depletion) |= Description
 
| '''getStamina''' unit; |= Syntax
|gr1= Stamina System
|p1= unit: [[Object]] |= PARAMETER1
 
| [[Number]] |= RETURNVALUE
|descr= Get current stamina (~ seconds until depletion)
|x1= <code>'''getStamina''' player;
 
</code>|= EXAMPLE1
|s1= [[getStamina]] unit
| [[Arma 3 Stamina]] |= SEEALSO
 
|  |= MPBEHAVIOUR
|p1= unit: [[Object]]
}}
|r1= [[Number]]


<h3 style='display:none'>Bottom Section</h3>
|x1= <sqf>getStamina player;</sqf>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|seealso= [[Arma 3: Stamina]] [[setStamina]] [[setFatigue]] [[getFatigue]]
<dl class="command_description">
}}
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


<h3 style="display:none">Bottom Section</h3>
{{Note
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
|user= Hypoxic125
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|timestamp= 20240331005230
|text= A naked player unit has 60 seconds of stamina.
}}

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.