forcedMap

From Bohemia Interactive Community
Revision as of 22:28, 3 June 2016 by Killzone Kid (talk | contribs) (format)
Jump to navigation Jump to search
-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.61|1.61]]
Hover & click on the images for description

Description

Description:
Returns if map was forced by using forceMap command or openMap command with force option
Groups:
Uncategorised

Syntax

Syntax:
forcedMap
Return Value:
Array - in format [forceMapForced, openMapForced] where:

Examples

Example 1:
_forceMapForced = forcedMap select 0; _openMapForced = forcedMap select 1;

Additional Information

See also:
openMapforceMap

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

[[Category:Introduced with arma3dev version 1.61]][[ Category: arma3dev: New Scripting Commands | FORCEDMAP]][[ Category: arma3dev: Scripting Commands | FORCEDMAP]]

Bottom Section

Notes

Bottom Section