openGPS: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 14: | Line 14: | ||
|r1= [[Boolean]] - [[true]] on success | |r1= [[Boolean]] - [[true]] on success | ||
|x1= < | |x1= <sqf> | ||
player linkItem "ItemGPS"; | |||
private _success = openGPS true; | |||
</sqf> | |||
|x2= To close all opened minimaps:< | |x2= To close all opened minimaps: | ||
<sqf> | |||
while { openGPS false } do { }; | |||
// or | |||
while { visibleGPS } do { openGPS false }; | |||
</sqf> | |||
|seealso= [[showGPS]] [[shownGPS]] [[visibleGPS]] | |seealso= [[showGPS]] [[shownGPS]] [[visibleGPS]] | ||
}} | }} |
Latest revision as of 17:28, 5 May 2022
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:
- Example 2:
- To close all opened minimaps:
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