isStaminaEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
|arma3
 
|1.54
|game1= arma3
 
|version1= 1.54
 
|arg= global
|arg= global


|gr1= Stamina System
|gr1= Stamina System


| Check if stamina depletion is enabled
|descr= Check if stamina depletion is enabled.
| '''isStaminaEnabled''' unit;
 
|s1= '''isStaminaEnabled''' unit;
 
|p1= unit: [[Object]]
|p1= unit: [[Object]]
| [[Boolean]]
|x1= <code>'''isStaminaEnabled''' player;
</code>
|seealso= [[Arma 3 Stamina]]
}}


{{GameCategory|arma3|Scripting Commands}}
|r1= [[Boolean]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


|x1= <code>'''isStaminaEnabled''' player;</code>


{{GameCategory|arma3|New Scripting Commands}}
|seealso= [[Arma 3 Stamina]]
{{GameCategory|arma3|Scripting Commands}}
}}

Revision as of 11:22, 26 March 2021

Hover & click on the images for description

Description

Description:
Check if stamina depletion is enabled.
Groups:
Stamina System

Syntax

Syntax:
isStaminaEnabled unit;
Parameters:
unit: Object
Return Value:
Boolean

Examples

Example 1:
isStaminaEnabled player;

Additional Information

See also:
Arma 3 Stamina

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