getMissionOptions: Difference between revisions

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


|game1= arma3
|game1= arma3
|version1= 2.16
|version1= 2.18
 
|branch= dev


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


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


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

Latest revision as of 22:50, 17 April 2024

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.18.

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