isStressDamageEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(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]]. |= Description
| Returns [[true]] if stress damage is enabled in the game settings. A getter for [[enableStressDamage]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|'''isStressDamageEnabled'''|= Syntax
|'''isStressDamageEnabled'''|SYNTAX=
| [[Boolean]] Returns true if enabled, otherwise false|= Return value
| [[Boolean]] Returns true if enabled, otherwise false|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>_settingEnabled = [[isStressDamageEnabled]];</code> |= Example1
|x1 = <code>_settingEnabled = [[isStressDamageEnabled]];</code> |EXAMPLE1=


|[[enableStressDamage]]|= See also
|[[enableStressDamage]]|SEEALSO=


}}
}}

Revision as of 15:42, 7 April 2019

Hover & click on the images for description

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