enableFatigue: Difference between revisions
Jump to navigation
Jump to search
m (example format) |
Waffle SS. (talk | contribs) (local args, global effect) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
| arma3 |= Game name | | arma3 |= Game name | ||
|0.50|= Game version | |0.50|= Game version | ||
|arg= local|= Arguments in MP | |||
|eff= global|= Effects in MP | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 42: | Line 43: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on March 24, 2015 - 16:30 (UTC)</dd> | |||
<dt class="note">[[User:Harmdhast|Harmdhast]]</dt> | |||
<dd class="note"> | |||
When the player dies enableFatigue is set to true after the respawn | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 21:16, 10 July 2015
Description
- Description:
- Enables/Disables the person's fatigue.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
player enableFatigue false;
- Example 2:
{ _x enableFatigue false; } forEach (units group player);
Additional Information
- See also:
- getFatiguesetFatigue
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
Notes
Bottom Section
- Posted on March 24, 2015 - 16:30 (UTC)
- Harmdhast
- When the player dies enableFatigue is set to true after the respawn