isStressDamageEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {3,}\|" to " |")
m (Text replacement - " {2,}\}\}" to " }}")
Line 18: Line 18:


|[[enableStressDamage]]
|[[enableStressDamage]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 01:26, 19 January 2021

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