WoW:API ReloadUI: Difference between revisions
Jump to navigation
Jump to search
m (→Notes: Changed notes on "/reloadui" as it isn't a standard slash command!) |
m (→Notes: /reload is in FrameXML, however) |
||
Line 6: | Line 6: | ||
==Notes== | ==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. | * 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 | * You can also use the <code>/reload</code> slash command; or the console equivalent: <code>/console ReloadUI</code>. | ||
Revision as of 02:36, 5 July 2010
This function is protected, and may only be called in response to hardware event.
|
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
.