Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
BlizzardInterfaceDisplayManager-0.04.zip beta | 2.23 KB | Mar 10, 2020 | 8.3.0 +1 | 295 | ![]() |
BlizzardInterfaceDisplayManager-0.03.zip beta | 2.23 KB | Feb 21, 2020 | 8.3.0 +1 | 90 | ![]() |
BlizzardInterfaceDisplayManager-0.02.zip beta | 2.25 KB | Feb 21, 2020 | 8.3.0 +1 | 11 | ![]() |
BlizzardInterfaceDisplayManager-0.01.zip beta | 2.18 KB | Feb 20, 2020 | 8.3.0 +1 | 15 | ![]() |
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 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()
Add a comment