Files
wow_Meta/api/ReloadUI.lua
2025-05-04 15:15:00 +02:00

6 lines
345 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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