forcedMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
(see also)
Line 19: Line 19:
|x1= <code>_forceMapForced = [[forcedMap]] [[select]] 0;
|x1= <code>_forceMapForced = [[forcedMap]] [[select]] 0;
_openMapForced = [[forcedMap]] [[select]] 1;</code>|= EXAMPLE1  
_openMapForced = [[forcedMap]] [[select]] 1;</code>|= EXAMPLE1  
| [[openMap]], [[forceMap]]|= SEEALSO  
| [[openMap]], [[forceMap]], [[showMap]], [[visibleMap]], [[shownMap]]|= SEEALSO  
|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
}}
}}

Revision as of 22:29, 3 June 2016

-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:
openMapforceMapshowMapvisibleMapshownMap

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