WoW:API ReloadUI: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<center>'''ReloadUI'''</center>
{{wowapi}} __NOTOC__
 
Reloads the user interface.  
Reloads the user interface.  
  ReloadUI();
  ReloadUI();


----
==Notes==
;''Description''
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.
 
: Completely reloads the user interface.  
----
{{Template:WoW API}}
 
 
--[[User:Astinus|Astinus]] 20:23, 31 Jan 2005 (EST)

Revision as of 00:20, 2 January 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.