WoW:API ReloadUI: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (→‎Notes: Changed notes on "/reloadui" as it isn't a standard slash command!)
m (Move page script moved page API ReloadUI to API ReloadUI without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
==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>
* You can also use the <code>/reload</code> slash command; or the console equivalent: <code>/console ReloadUI</code>.
* A lot of addon's add the shorter slash commands: <code>/reloadui</code> and <code>/rl</code> to do the same job

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.