Display

From Bohemia Interactive Community
Revision as of 23:07, 10 March 2020 by Lou Montana (talk | contribs) (Text replacement - "[[Dialog Control|" to "[[Arma: GUI Configuration|")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Display is a UI object that holds Dialogs and Controls. Similar to how controls are identified by IDCs, displays and dialogs are identified by IDDs. If the IDD is available, displays (and dialogs) can be accessed with findDisplay. The existence of a distinction between displays and dialogs becomes apparent at time of creation and closing. A display uses the functions createDisplay and closeDisplay, whereas a dialog uses createDialog and closeDialog.

Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance.