isStressDamageEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma 3 |= Game name
|game1= arma3
|version1= 1.34


|1.34|= Game version
|gr1= RTD
|arg= local |= Arguments in MP
|arg= local


|eff= local |= Effects in MP
|eff= local
____________________________________________________________________________________________


| Returns [[true]] if stress damage is enabled in the game settings. A getter for [[enableStressDamage]]. |DESCRIPTION=
|descr= Returns [[true]] if stress damage is enabled in the game settings. A getter for [[enableStressDamage]].
____________________________________________________________________________________________
{{Feature|afm}}


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


|[[enableStressDamage]]|SEEALSO=
|r1= [[Boolean]] Returns true if enabled, otherwise false


|x1= <sqf>_settingEnabled = isStressDamageEnabled;</sqf>
|seealso= [[enableStressDamage]]
}}
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: RTD|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns true if stress damage is enabled in the game settings. A getter for enableStressDamage.
Advanced Helicopter Flight Model
For this command to have any effect, the Advanced Flight Model (AFM) has to be enabled. AFM status can be checked with difficultyEnabledRTD.
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