allDisplays: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (format) |
||
Line 43: | Line 43: | ||
<dd class="notedate">Posted on August 15, 2016 - 18:30 (UTC)</dd> | <dd class="notedate">Posted on August 15, 2016 - 18:30 (UTC)</dd> | ||
<dt class="note">[[User:Molaron|Molaron]]</dt> | <dt class="note">[[User:Molaron|Molaron]]</dt> | ||
<dd class="note">If you want to get a list of all inGame-UI-Displays just do: <code>uiNamespace getVariable "igui_displays"</code></dd> | <dd class="note">If you want to get a list of all inGame-UI-Displays just do: <code>[[uiNamespace]] [[getVariable]] "igui_displays";</code></dd> | ||
</dl> | </dl> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 02:04, 13 September 2016
Description
- Description:
- Returns a list of all opened displays (excluding InGameUI displays for now)
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_allDisps = allDisplays;
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
Notes
Bottom Section
- Posted on August 15, 2016 - 18:30 (UTC)
- Molaron
- If you want to get a list of all inGame-UI-Displays just do:
uiNamespace getVariable "igui_displays";