isStressDamageEnabled: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (description) |
m (template:command argument fix) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| 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]]. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|'''isStressDamageEnabled'''|= | |'''isStressDamageEnabled'''|SYNTAX= | ||
| [[Boolean]] Returns true if enabled, otherwise false|= | | [[Boolean]] Returns true if enabled, otherwise false|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1 = <code>_settingEnabled = [[isStressDamageEnabled]];</code> |= | |x1 = <code>_settingEnabled = [[isStressDamageEnabled]];</code> |EXAMPLE1= | ||
|[[enableStressDamage]]|= | |[[enableStressDamage]]|SEEALSO= | ||
}} | }} |
Revision as of 14:42, 7 April 2019
Description
- Description:
- Returns true if stress damage is enabled in the game settings. A getter for enableStressDamage.
- Groups:
- Uncategorised
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