difficultyEnabled
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.05
Description
- Description:
- Checks specific difficulty settings of the current user. Difficulty flag names can be found in the ArmA profile file under class Difficulties/xxx/Flags (xxx being regular or veteran).
Syntax
- Syntax:
- Boolean = difficultyEnabled "FlagName"
- Parameters:
- FlagName: String - difficulty flag name
- Return Value:
- Boolean
Examples
- Example 1:
hint str (difficultyEnabled "armor")
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes
- Crowe
- Possible Values
- 3rdPersonView
- armor
- autoSpot
- autoGuideAT
- autoAim
- allowSeagull
- clockIndicator
- deathMessages
- enemyTag
- friendlyTag
- hud
- hudPerm
- hudWp
- hudWpPerm
- map
- netStats
- suppressPlayer
- tracers
- realisticFatigue
- ultraAI
- unlimitedSaves
- weaponCursor

