allDisplays

From Bohemia Interactive Community
Revision as of 03:04, 13 September 2016 by Ffur2007slx2 5 (talk | contribs) (format)
Jump to navigation Jump to search
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";