From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Return true if the main map is shown (active). In Arma 3 it also returns true if the respawn screen map is visible.
- Groups:
- MapInteraction
Syntax
- Syntax:
- visibleMap
- Return Value:
- Boolean
Examples
- Example 1:
Additional Information
- See also:
- forceMap openMap
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
-
- Posted on 13 November 2017
- James
-
visibleMap does not work in all cases where a map might be part of a dialog like in a uav terminal or in a artillery computer dialog.
Some of these cases can be covered with an addMissionEventHandler of type "Map".
Just use the two magic variables 'mapIsOpened' and 'mapIsForced'. Skeleton might look something like: