promotional bannermobile promotional banner
premium banner
Manage the display of Blizzard's UI elements

Description

Conditionally manage the display of Blizzard's UI elements, altering object (UIObject) properties like location, visibility, and transparency. This is a DoIt! module and it's still under development. WAY more options and a configuration UI are coming as soon as I have time.

Show/Hide Blizzard's Main Menu Bar and it's related components (non-persistant, great for macros or buttons)

  • /script DoIt.Invoke("BlizzardInterfaceDisplayManager", "ShowMainMenuBar", [ true | false]) -- Either of these two ways work for functions
  • /script DoIt.Get("BlizzardInterfaceDisplayManager", "ShowMainMenuBar")([ true | false]) -- This way just gets the function first then invokes it.

Fade Blizzard's UI when Dead or on a Taxi

  • Enable: /script DoIt.Get("BlizzardInterfaceDisplayManager", "FadeBlizzardUI"):set(true)
  • Disable: /script DoIt.Get("BlizzardInterfaceDisplayManager", "FadeBlizzardUI"):set(false)
  • Check: /dump DoIt.Get("BlizzardInterfaceDisplayManager", "FadeBlizzardUI"):get()