difficultyEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(arma 3 flags)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Checks specific difficulty settings of the current user. Difficulty flag names can be found in the [[server.armaprofile|ArmA profile]] file under class Difficulties/xxx/Flags (xxx being regular or veteran). |= Description
| Checks specific difficulty settings of the current user. Difficulty flag names can be found in the [[server.armaprofile|ArmA profile]] file under class Difficulties/xxx/Flags (xxx being regular or veteran).
 
<br><br>Arma 3 Flags:
 
* 3rdPersonView
* armor
* autoAim
* autoGuideAT
* autoSpot
* autoTrimEnabled
* cameraShake
* clockIndicator
* deathMessages
* enemyTag
* extendetInfoType
* friendlyTag
* hud
* hudGroupInfo
* hudPerm
* hudWp
* hudWpPerm
* map
* mineTag
* netStats
* roughLanding
* stanceIndicator
* stressDamageEnabled
* unlimitedSaves
* vonID
* vonId
* weaponCursor
* windEnabled |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''difficultyEnabled''' flagName |= Syntax
| '''difficultyEnabled''' flagName |= Syntax


|p1= flagName: [[String]] - difficulty flag name |= Parameter 1
|p1= flagName: [[String]] - difficulty flag name |= Parameter 1
Line 31: Line 62:
<dd class="notedate">
<dd class="notedate">
<dt class="note">'''[[User:Crowe|Crowe]]'''
<dt class="note">'''[[User:Crowe|Crowe]]'''
<dd class="note">Possible Values
<dd class="note">Possible Values for Arma 2
* 3rdPersonView
* 3rdPersonView
* armor
* armor

Revision as of 01:16, 30 June 2015

-wrong parameter ("Arma") defined!-1.05
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 ArmA profile file under class Difficulties/xxx/Flags (xxx being regular or veteran).

Arma 3 Flags:
  • 3rdPersonView
  • armor
  • autoAim
  • autoGuideAT
  • autoSpot
  • autoTrimEnabled
  • cameraShake
  • clockIndicator
  • deathMessages
  • enemyTag
  • extendetInfoType
  • friendlyTag
  • hud
  • hudGroupInfo
  • hudPerm
  • hudWp
  • hudWpPerm
  • map
  • mineTag
  • netStats
  • roughLanding
  • stanceIndicator
  • stressDamageEnabled
  • unlimitedSaves
  • vonID
  • vonId
  • weaponCursor
  • windEnabled
Groups:
Uncategorised

Syntax

Syntax:
difficultyEnabled flagName
Parameters:
flagName: String - difficulty flag name
Return Value:
Boolean

Examples

Example 1:
hint str (difficultyEnabled "armor")

Additional Information

See also:
difficultyArma 3 Difficulty Menu

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

Crowe
Possible Values for Arma 2
  • 3rdPersonView
  • armor
  • autoSpot
  • autoGuideAT
  • autoAim
  • allowSeagull
  • clockIndicator
  • deathMessages
  • enemyTag
  • friendlyTag
  • hud
  • hudPerm
  • hudWp
  • hudWpPerm
  • map
  • netStats
  • suppressPlayer
  • tracers
  • realisticFatigue
  • ultraAI
  • unlimitedSaves
  • weaponCursor

Bottom Section