allDisplays: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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 20:30, 15 August 2016

Hover & click on the images for description

Description

Description:
Returns a list of all opened displays (excluding InGameUI displays for now)
Groups:
Uncategorised

Syntax

Syntax:
allDisplays
Return Value:
Array of Displays

Examples

Example 1:
_allDisps = allDisplays;

Additional Information

See also:
allControlscontrolsGroupCtrlctrlCreateallVariablesallCuratorsallGroupsallDeadallDeadMen

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"