openGPS
Jump to navigation
Jump to search
Description
- Description:
- Opens or closes minimap if player has "ItemGPS" linked in inventory and "MinimapDisplayComponent" is not disabled with enableInfoPanelComponent. Returns true on success. If more than one minimap is open (see infoPanels, infoPanel) each call to the command will close only 1 minimap. Visibility of minimap can be checked with visibleGPS command.
- Groups:
- Interaction
Syntax
- Syntax:
- openGPS open
- Parameters:
- open: Boolean - true to open, false to close
- Return Value:
- Boolean - true on success
Examples
- Example 1:
player linkItem "ItemGPS"; private _success = openGPS true;
- Example 2:
- To close all opened minimaps:
while { openGPS false } do { }; // or while { visibleGPS } do { openGPS false };
Additional Information
- See also:
- showGPS shownGPS visibleGPS
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