difficultyOption: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(squadradar is removed)
m (template:command argument fix)
Line 12: Line 12:
<br>This command replaces [[difficultyEnabled]].
<br>This command replaces [[difficultyEnabled]].


| '''difficultyOption''' optionName |= Syntax
| '''difficultyOption''' optionName |SYNTAX=


|p1= optionName: [[String]] - difficulty option name |= Parameter 1
|p1= optionName: [[String]] - difficulty option name |PARAMETER1=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[hint]] [[str]] ([[difficultyOption]] "friendlyTags");</code>  |= Example 1
|x1= <code>[[hint]] [[str]] ([[difficultyOption]] "friendlyTags");</code>  |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[difficultyEnabled]], [[difficulty]], [[difficultyEnabledRTD]], [[Arma 3 Difficulty Menu]] [[missionDifficulty]] |= See also
| [[difficultyEnabled]], [[difficulty]], [[difficultyEnabledRTD]], [[Arma 3 Difficulty Menu]] [[missionDifficulty]] |SEEALSO=


}}
}}

Revision as of 15:38, 7 April 2019

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.
Groups:
Uncategorised

Syntax

Syntax:
difficultyOption optionName
Parameters:
optionName: String - difficulty option name
Return Value:
Number

Examples

Example 1:
hint str (difficultyOption "friendlyTags");

Additional Information

See also:
difficultyEnableddifficultydifficultyEnabledRTDArma 3 Difficulty Menu 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

Notes

Posted on March 23, 2016 - 19:06 (UTC)
Muf
Arma 3 options:
  • reducedDamage
  • groupIndicators
  • friendlyTags
  • enemyTags
  • detectedMines
  • commands
  • waypoints
  • weaponInfo
  • stanceIndicator
  • staminaBar
  • weaponCrosshair
  • visionAid
  • thirdPersonView
  • cameraShake
  • scoreTable
  • deathMessages
  • vonID
  • mapContent
  • autoReport
  • multipleSaves

Bottom Section