isStressDamageEnabled: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|gr1= RTD | |gr1= RTD | ||
|1.34 | |1.34 | ||
|arg= local | |arg= local | ||
|eff= local | |eff= local | ||
| Returns [[true]] if stress damage is enabled in the game settings. A getter for [[enableStressDamage]]. | | Returns [[true]] if stress damage is enabled in the game settings. A getter for [[enableStressDamage]]. | ||
{{Feature|afm}} | {{Feature|afm}} | ||
|'''isStressDamageEnabled''' | |'''isStressDamageEnabled''' | ||
| [[Boolean]] Returns true if enabled, otherwise false | | [[Boolean]] Returns true if enabled, otherwise false | ||
|x1 = <code>_settingEnabled = [[isStressDamageEnabled]];</code> | |x1 = <code>_settingEnabled = [[isStressDamageEnabled]];</code> | ||
|[[enableStressDamage]] | |[[enableStressDamage]] | ||
}} | }} | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 00:41, 18 January 2021
Description
- Description:
- Returns true if stress damage is enabled in the game settings. A getter for enableStressDamage.
- Groups:
- RTD
Syntax
- Syntax:
- isStressDamageEnabled
- Return Value:
- Boolean Returns true if enabled, otherwise false
Examples
- Example 1:
_settingEnabled = isStressDamageEnabled;
Additional Information
- See also:
- enableStressDamage
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