difficultyEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replace - "</dt>" to "")
m (Text replace - "</dd>" to "")
Line 29: Line 29:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


<dd class="notedate"></dd>
<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
Line 55: Line 55:
* weaponCursor
* weaponCursor


</dd>
 


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 14:33, 21 October 2011

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

Syntax

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

Examples

Example 1:
hint str (difficultyEnabled "armor")

Additional Information

See also:
See also needed

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
  • 3rdPersonView
  • armor
  • autoSpot
  • autoGuideAT
  • autoAim
  • allowSeagull
  • clockIndicator
  • deathMessages
  • enemyTag
  • friendlyTag
  • hud
  • hudPerm
  • hudWp
  • hudWpPerm
  • map
  • netStats
  • suppressPlayer
  • tracers
  • realisticFatigue
  • ultraAI
  • unlimitedSaves
  • weaponCursor

Bottom Section