SendShowOrHideAllUIEvent

From Nomad DB
Revision as of 20:13, 16 April 2020 by Cobra (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enables or disables the whole UI.

Syntax

SendShowOrHideAllUIEvent(visible)
  • visible (number): Whether the UI should be enabled or not (0 = disabled; 1 = enabled)
  • Returns (boolean): Whether the call has been successful or not

Example

Disables the whole UI.

SendShowOrHideAllUIEvent(0)

Related Pages