allDisplays: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(34 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.38 | |||
| | |gr1= GUI Control | ||
| | |descr= Returns a list of all opened GUI displays. | ||
| | {{Feature | informative | Other displays could be accessed via [[uiNamespace]] variable which is updated every time a display is opened or closed. | ||
< | For example, to access IGUI displays: | ||
<sqf>private _iguiDisplays = uiNamespace getVariable ["IGUI_displays", []];</sqf> | |||
Other display variables: | |||
{{Columns|4| | |||
* {{hl|"3DENDisplaysTemp_displays"}} | |||
* {{hl|"3DENDisplays_displays"}} | |||
* {{hl|"BootcampDisplays_displays"}} | |||
* {{hl|"BootcampTitles_displays"}} | |||
* {{hl|"CuratorDisplays_displays"}} | |||
* {{hl|"CuratorTitles_displays"}} | |||
* {{hl|"GUI_displays"}} | |||
* {{hl|"IGUI_displays"}} | |||
* {{hl|"KartDisplays_displays"}} | |||
* {{hl|"Loading_displays"}} | |||
}} | |||
}} | |||
| [[ | |s1= [[allDisplays]] | ||
| | |r1= [[Array]] of GUI [[Display]]s | ||
| | |x1= <sqf>private _allDisps = allDisplays;</sqf> | ||
| | |seealso= [[allControls]] [[findDisplay]] [[controlsGroupCtrl]] [[ctrlCreate]] [[allVariables]] [[allCurators]] [[allGroups]] [[allDead]] [[allDeadMen]] | ||
}} | }} | ||
Latest revision as of 12:02, 14 May 2022
Description
- Description:
- Returns a list of all opened GUI displays.
- Groups:
- GUI Control
Syntax
- Syntax:
- allDisplays
- Return Value:
- Array of GUI Displays
Examples
- Example 1:
Additional Information
- See also:
- allControls findDisplay controlsGroupCtrl ctrlCreate allVariables allCurators allGroups allDead allDeadMen
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