SendShowOrHideAllUIEvent

From Nomad DB
Revision as of 14:55, 15 April 2020 by Jan (talk | contribs)

Toggle the HUD visibility state

Syntax

SendShowOrHideAllUIEvent(visible)
  • visible (number): 0 to disable and 1 to enable the HUD
  • Returns (boolean): Wether the call has been successful or not

Example

The example below will disable my HUD

SendShowOrHideAllUIEvent(0)

The example below will enable my HUD

SendShowOrHideAllUIEvent(1)

Related Pages