WoW API: ReloadUI

From AddOn Studio
Revision as of 13:13, 16 April 2010 by WoWWiki>Starlightblunder (Undo revision 2224886 by ShandrisForever (talk): "console command" has a very specific meaning.)
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 a console command: /console ReloadUI, or a slash command: /reload