openMap: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
* [[openMap]] <nowiki>[</nowiki>[[true]], [[false]]] - opens map normally | * [[openMap]] <nowiki>[</nowiki>[[true]], [[false]]] - opens map normally | ||
* [[openMap]] <nowiki>[</nowiki>[[false]], [[false]]] - closes opened map normally | * [[openMap]] <nowiki>[</nowiki>[[false]], [[false]]] - closes opened map normally | ||
* [[openMap]] <nowiki>[</nowiki>[[true]], [[true]]]- force opens map and keeps open (the user cannot close it on their own) | * [[openMap]] <nowiki>[</nowiki>[[true]], [[true]]] - force opens map and keeps open (the user cannot close it on their own) | ||
''New'' | ''New'' | ||
* [[openMap]] <nowiki>[</nowiki>[[false]], [[true]]] - prevents map from opening, closes open map and forces it to stay close | * [[openMap]] <nowiki>[</nowiki>[[false]], [[true]]] - prevents map from opening, closes open map and forces it to stay close (the user cannot close it on their own)}} | ||
|s1= [[openMap]] show | |s1= [[openMap]] show |
Revision as of 17:16, 2 August 2021
Description
- Description:
- Opens or closes in-game map.
- Groups:
- MapInteraction
Syntax
- Syntax:
- openMap show
- Parameters:
- show: Boolean - if true opens map, if false closes map, provided it is not forced
- Return Value:
- Boolean - equivalent of visibleMap
Alternative Syntax
- Syntax:
- openMap [show, forced]
- Parameters:
- show: Boolean - if true opens map, if false closes map, provided it is not forced.
- forced: Boolean - if true keeps map from closing when map is open. Arma 3 v2.06.147984, if false, forces map to stay closed if 'show' is false (see description)
- Return Value:
- Boolean - equivalent of visibleMap
Examples
Additional Information
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