allDisplays: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on August 15, 2016 - 18:30 (UTC)</dd> | |||
<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> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 19:30, 15 August 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"