difficultyOption: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "")
Line 36: Line 36:
<dl class="command_description">
<dl class="command_description">


<!-- CONTINUE Notes -->
<dd class="notedate">Posted on March 23, 2016 - 19:06 (UTC)</dd>
<dd class="notedate">Posted on March 23, 2016 - 19:06 (UTC)</dd>
<dt class="note">[[User:Muf|Muf]]</dt>
<dt class="note">[[User:Muf|Muf]]</dt>

Revision as of 01:49, 6 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Difficulty

Syntax

Syntax:
Syntax needed
Parameters:
optionName: String - difficulty option name
Return Value:
Return value needed

Examples

Example 1:
hint str (difficultyOption "friendlyTags");
Example 2:
Remember last cameraView per vehicle:player addEventHandler ["GetOutMan", { params ["_unit", "_role", "_vehicle", "_turret"]; _unit setVariable [_vehicle call BIS_fnc_netId, cameraView]; }]; player addEventHandler ["GetInMan", { if (difficultyOption "thirdPersonView" == 2) then { params ["_unit", "_role", "_vehicle", "_turret"]; _unit switchCamera (_unit getVariable [_vehicle call BIS_fnc_netId, "INTERNAL"]); }; }];

Additional Information

See also:
difficultydifficultyEnabledRTDArma 3: Difficulty SettingsmissionDifficulty

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
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