setStaminaScheme: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- setStaminaScheme from EXPORT -->
{{RV|type=command
{{Command
 
|arma3
|game1= arma3
|1.54
|version1= 1.54


|gr1= Stamina System
|gr1= Stamina System


| Set stamina bar color. The scheme can be "Normal", "FastDrain", "Exhausted" or "Default".
|descr= Sets the scheme used for the Stamina system.
| '''setStaminaScheme''' scheme
 
|p1= scheme: [[String]] - can be "Normal", "FastDrain", "Exhausted" or "Default"
|s1= [[setStaminaScheme]] scheme
| Nothing
 
|x1= <code>[[setStaminaScheme]] "Default";
|p1= scheme: [[String]] - can be one of:
</code>
* "Normal"
| [[Arma 3 Stamina]]
* "FastDrain"
|
* "Exhausted"
}}
* "Default"


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Nothing]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|x1= <sqf>setStaminaScheme "Default";</sqf>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


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

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets the scheme used for the Stamina system.
Groups:
Stamina System

Syntax

Syntax:
setStaminaScheme scheme
Parameters:
scheme: String - can be one of:
  • "Normal"
  • "FastDrain"
  • "Exhausted"
  • "Default"
Return Value:
Nothing

Examples

Example 1:
setStaminaScheme "Default";

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