getMissionOptions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (2.16 -> 2.18)
(MissionOptions to HashMap)
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>

Revision as of 17:45, 6 March 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