openMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(removed ancient inaccurate note, format)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Show player's map. If forced, cannot be closed. |= Description
| Shows in-game map. If forced, cannot be closed. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 26: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <Code> openMap true </Code> |= EXAMPLE1  
|x1= <code>[[openMap]] [[true]];</code> |= EXAMPLE1  


|x2= <Code> openMap [true, true] </Code> |= EXAMPLE2  
|x2= <code>[[openMap]] <nowiki>[</nowiki>[[true]], [[true]]];</code> |= EXAMPLE2  


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 34: Line 34:
|  [[forceMap]], [[visibleMap]] |= SEEALSO  
|  [[forceMap]], [[visibleMap]] |= SEEALSO  


|  |mp= Unavailable in multiplayer - '''NOT''' true for A2/OA  OR Arma 3|=





Revision as of 00:15, 28 March 2016

Hover & click on the images for description

Description

Description:
Shows in-game map. If forced, cannot be closed.
Groups:
Uncategorised

Syntax

Syntax:
openMap show
Parameters:
show: Boolean
Return Value:
Boolean

Alternative Syntax

Syntax:
openMap [show, forced]
Parameters:
show: Boolean
forced: Boolean
Return Value:
Boolean

Examples

Example 1:
openMap true;
Example 2:
openMap [true, true];

Additional Information

See also:
forceMapvisibleMap

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

Notes

Bottom Section