Files
wow_Meta/api/ReloadUI.lua
2024-12-16 13:13:08 +01:00

4 lines
335 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Reloads the user interface. Saved variables are written to disk, the default UI is reloaded, and all enabled non-LoadOnDemand addons are loaded, including any addons previously disabled which were enabled during the session (see EnableAddOn() et al).
function ReloadUI() end