From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
 
- Checks specific difficulty settings of the current user.
Difficulty flag names can be found in the CfgDifficultyPresets config class or in ArmA profile file under class DifficultyPresets/xxx/Options (xxx being Recruit, Regular or Veteran).
This command replaces difficultyEnabled as many options have multiple values and former command only provided Boolean return.
 
- Groups:
 
- Difficulty
 
Syntax
- Syntax:
 
- difficultyOption optionName
 - Parameters:
 
- optionName: String - difficulty option name; one of:
- reducedDamage
 
- groupIndicators
 
- friendlyTags
 
- enemyTags
 
- detectedMines
 
- commands
 
- waypoints
 
- weaponInfo
 
- stanceIndicator
 
- staminaBar
 
- weaponCrosshair
 
- visionAid
 
- thirdPersonView
 
- cameraShake
 
- scoreTable
 
- deathMessages
 
- vonID
 
- mapContent
 
- autoReport
 
- multipleSaves
 
  - Return Value:
 
- Number
 
- Syntax:
 
- difficultyOption array
 - Parameters:
 
- array: Array - any array, could be empty array []
 - Return Value:
 
- Array - array of all options and current values in format [["Option1", value1], ...["OptionN", valueN]]
 
Examples
- Example 1:
 - Example 2:
 - Remember last cameraView per vehicle:
 
Additional Information
- See also:
 
- difficulty difficultyEnabledRTD Arma 3: Difficulty Settings missionDifficulty
 
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