openMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added BI F1 comment.)
(version, syntax, example)
Line 4: Line 4:
| arma2 |= Game name
| arma2 |= Game name


|1.00|= Game version
|1.03|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p2= forced: dataType |= PARAMETER2  
|p2= forced: [[Boolean]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| returnValue |= RETURNVALUE  
| [[Boolean]] |= RETURNVALUE  


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


|x1= |= EXAMPLE1
|x2= <Code> openMap [true, true] </Code> |= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:22, 30 December 2009

Hover & click on the images for description

Description

Description:
Show player's map. If forced, cannot be closed.
Groups:
Uncategorised

Syntax

Syntax:
  • openMap show
  • 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:
See also needed

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