WoW:API ReloadUI: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Changed /ReloadUI to /console ReloadUI.)
Line 6: Line 6:
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.


use in Command line:
Use in command line:
/ReloadUI
/console ReloadUI

Revision as of 12:19, 22 June 2007

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.

Use in command line: /console ReloadUI