setStaminaScheme: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- setStaminaScheme from EXPORT --> {{Command|= Comments |arma3|= Game name |1.54|= Game version | Set stamina bar color. The scheme can be "Normal", "FastDrain", "Exhausted...")
 
m (corrected syntax)
Line 4: Line 4:
|1.54|= Game version
|1.54|= Game version
| Set stamina bar color. The scheme can be "Normal", "FastDrain", "Exhausted" or "Default". |= Description
| Set stamina bar color. The scheme can be "Normal", "FastDrain", "Exhausted" or "Default". |= Description
| '''setStaminaScheme''' "scheme" |= Syntax
| '''setStaminaScheme''' scheme |= Syntax
|p1= scheme: [[String]] |= PARAMETER1  
|p1= scheme: [[String]] - can be "Normal", "FastDrain", "Exhausted" or "Default"|= PARAMETER1  
| Nothing |= RETURNVALUE  
| Nothing |= RETURNVALUE  
|x1= <code>'''setStaminaScheme''' "Default";
|x1= <code>[[setStaminaScheme]] "Default";
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  
| [[Arma 3 Stamina]] |= SEEALSO  
| [[Arma 3 Stamina]] |= SEEALSO  

Revision as of 19:38, 21 May 2016


Hover & click on the images for description

Description

Description:
Set stamina bar color. The scheme can be "Normal", "FastDrain", "Exhausted" or "Default".
Groups:
Uncategorised

Syntax

Syntax:
setStaminaScheme scheme
Parameters:
scheme: String - can be "Normal", "FastDrain", "Exhausted" or "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

Bottom Section

Notes

Bottom Section