WoW:API ReloadUI: Difference between revisions
Jump to navigation
Jump to search
(Undo revision 2224886 by ShandrisForever (talk): "console command" has a very specific meaning.) |
m (→Notes: Changed notes on "/reloadui" as it isn't a standard slash command!) |
||
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 a console command: <code>/console ReloadUI</code> | * You can also use a console command: <code>/console ReloadUI</code> | ||
* A lot of addon's add the shorter slash commands: <code>/reloadui</code> and <code>/rl</code> to do the same job |
Revision as of 15:34, 3 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 a console command:
/console ReloadUI
- A lot of addon's add the shorter slash commands:
/reloadui
and/rl
to do the same job