setStamina: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- setStamina from EXPORT --> {{Command|= Comments |arma3|= Game name |1.54|= Game version | Set units' stamina (seconds until depletion) |= Description | unit '''setStamina...")
 
No edit summary
Line 27: Line 27:
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on December 30, 2015 - 01:50 (UTC)</dd>
<dt class="note">[[User:Molaron|Molaron]]</dt>
<dd class="note">
"setStamina" has the same effect as "setFatigue".
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 03:50, 30 December 2015


Hover & click on the images for description

Description

Description:
Set units' stamina (seconds until depletion)
Groups:
Uncategorised

Syntax

Syntax:
unit setStamina stamina
Parameters:
unit: Object
stamina: Number
Return Value:
Nothing

Examples

Example 1:
player SetStamina 42;

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

Posted on December 30, 2015 - 01:50 (UTC)
Molaron
"setStamina" has the same effect as "setFatigue".