getMissionOptions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |gr1= System |gr2= Mission |descr= Returns various mission options |s1= getissionOptions |r1= Array - in format: [...")
 
m (Text replacement - "↵|version1= 2.18" to " |version1= 2.18 |branch= dev")
 
(4 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
|gr2= Mission


|descr= Returns various mission options
|descr= Returns various mission options


|s1= [[getissionOptions]]
|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