WoW Blizzard Interface Display Manager addon Dragonflight/Wrath of the Lich King Classic 2025
logo
wow addon Blizzard Interface Display Manager

Blizzard Interface Display Manager

Game Version: 8.3.0 +1
Total Downloads: 411
Updated: Mar 10, 2020
Created: Feb 20, 2020
download Blizzard Interface Display ManagerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
BlizzardInterfaceDisplayManager-0.04.zip beta 2.23 KB Mar 10, 2020 8.3.0 +1 295 download Blizzard Interface Display Manager BlizzardInterfaceDisplayManager-0.04.zip betaDownload
BlizzardInterfaceDisplayManager-0.03.zip beta 2.23 KB Feb 21, 2020 8.3.0 +1 90 download Blizzard Interface Display Manager BlizzardInterfaceDisplayManager-0.03.zip betaDownload
BlizzardInterfaceDisplayManager-0.02.zip beta 2.25 KB Feb 21, 2020 8.3.0 +1 11 download Blizzard Interface Display Manager BlizzardInterfaceDisplayManager-0.02.zip betaDownload
BlizzardInterfaceDisplayManager-0.01.zip beta 2.18 KB Feb 20, 2020 8.3.0 +1 15 download Blizzard Interface Display Manager BlizzardInterfaceDisplayManager-0.01.zip betaDownload

Description

Share this:

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 soon.

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()

Comments

Add a comment