difficultyEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(format)
Line 27: Line 27:
<dl class="command_description">
<dl class="command_description">


<!-- Note Section BEGIN -->
<!-- CONTINUE Notes -->
<dd class="notedate">Posted on June 29, 2015 - 23:20 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
Arma 3 Flags:
<div style="-webkit-column-count:5;-moz-column-count:5;column-count:5;margin-top:1em;">
* 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
</div>


<dd class="notedate">
<dd class="notedate">
<dt class="note">'''[[User:Crowe|Crowe]]'''
<dt class="note">'''[[User:Crowe|Crowe]]'''
<dd class="note">Possible Values for Arma 2
<dd class="note">Possible Values for Arma 2:
<div style="-webkit-column-count:5;-moz-column-count:5;column-count:5;margin-top:1em;">
* 3rdPersonView
* 3rdPersonView
* armor
* armor
Line 54: Line 89:
* unlimitedSaves
* unlimitedSaves
* weaponCursor
* weaponCursor
 
</div>
 
 
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
Line 68: Line 101:
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on June 29, 2015 - 23:20 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
Arma 3 Flags:
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 01:24, 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).
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

Posted on June 29, 2015 - 23:20 (UTC)
Killzone Kid
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
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