WoW API: ReloadUI

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API ReloadUI to API ReloadUI without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < ReloadUI

Reloads the user interface.

ReloadUI();

Notes

  • Reloading the interface saves the current settings to disk, and updates any addon files previously loaded by the game. In order to load new files (or addons), the game must be restarted.
  • You can also use the /reload slash command; or the console equivalent: /console ReloadUI.