Files
wow-weakauras/Meta/api/ReloadUI.lua
2024-11-07 23:12:37 +01:00

4 lines
338 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