WoW:API ReloadUI: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API ReloadUI to API ReloadUI without leaving a redirect)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<center>'''ReloadUI'''</center>
{{protectedhwapi|&le; 2.0}}
 
{{wowapi}}
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.
 
* You can also use the <code>/reload</code> slash command; or the console equivalent: <code>/console ReloadUI</code>.
: Completely reloads the user interface.
----
{{Template:WoW API}}
 
 
--[[User:Astinus|Astinus]] 20:23, 31 Jan 2005 (EST)

Latest revision as of 04:47, 15 August 2023

WoW API < ReloadUI

Reloads the user interface.

ReloadUI();

Notes[edit]

  • 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 the /reload slash command; or the console equivalent: /console ReloadUI.