WoW:API ReloadUI: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
Line 5: Line 5:
==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.
use in Command line:
/ReloadUI

Revision as of 23:45, 21 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: /ReloadUI