4 lines
335 B
Lua
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 |