SendShowOrHideAllUIEvent

From Nomad DB
Revision as of 14:41, 15 April 2020 by Enguerrand (talk | contribs) (Adde SendShowOrHideAllUIEvent page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)