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.
(Changed /ReloadUI to /console ReloadUI.) |
(Undo revision 2224886 by ShandrisForever (talk): "console command" has a very specific meaning.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{protectedhwapi|≤ 2.0}} | ||
{{wowapi}} | |||
Reloads the user interface. | Reloads the user interface. | ||
ReloadUI(); | ReloadUI(); | ||
==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>, or a slash command: <code>/reload</code> | |||
/console ReloadUI | |||