openMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(syntax)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


|
| '''openMap''' show |= Syntax
*'''openMap''' show
*'''openMap''' [show, forced]
|= Syntax


|p1= show: [[Boolean]] |= PARAMETER1  
|p1= show: [[Boolean]] |= PARAMETER1  


|p2= forced: [[Boolean]] |= PARAMETER2
| [[Boolean]] |= RETURNVALUE
____________________________________________________________________________________________
 
|s2= '''openMap''' [show, forced] |=
 
|p21= show: [[Boolean]] |=


|p3= |= PARAMETER3
|p22= forced: [[Boolean]] |=  


| [[Boolean]] |= RETURNVALUE
|r2= [[Boolean]] |=
____________________________________________________________________________________________


|x1= <Code> openMap true </Code> |= EXAMPLE1  
|x1= <Code> openMap true </Code> |= EXAMPLE1  

Revision as of 12:30, 2 November 2011

Hover & click on the images for description

Description

Description:
Show player's map. If forced, cannot be closed.
Multiplayer:
Unavailable in multiplayer - NOT true for A2/OA
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