getMissionOptions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "↵|version1= 2.18↵↵|branch= dev↵" to " |version1= 2.18 ")
Tag: Manual revert
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 2.16
|version1= 2.18


|gr1= System
|gr1= System
Line 10: Line 10:
|s1= [[getMissionOptions]]
|s1= [[getMissionOptions]]


|r1= [[Array]] - in format: [ignoreNoDamage] (see [[setMissionOptions]])
|r1= [[HashMap]] - Containing the names and values of all options (see [[setMissionOptions]])


|x1= <sqf>
|x1= <sqf>

Latest revision as of 16:08, 8 October 2024

Hover & click on the images for description

Description

Description:
Returns various mission options
Groups:
System

Syntax

Syntax:
getMissionOptions
Return Value:
HashMap - Containing the names and values of all options (see setMissionOptions)

Examples

Example 1:
private _missionOptions = getMissionOptions;

Additional Information

See also:
setMissionOptions getResolution getAudioOptionVolumes getSubtitleOptions

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