SendShowOrHideAllUIEvent

From Nomad DB

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