WoW:USERMACRO Restart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{usermacro}} <!-- Leave this line in! --> Restarts the UI to 'reboot' the Lua and AddOn environment with a message. /run print("Reloading UI...") /reload === Summary ==...")
 
m (Move page script moved page USERMACRO Restart to USERMACRO Restart without leaving a redirect)
 
(No difference)

Latest revision as of 04:49, 15 August 2023

User defined macros < Restart

Restarts the UI to 'reboot' the Lua and AddOn environment with a message.

/run print("Reloading UI...")
/reload


Details[edit]

Causes UI environment to restart, reloading files and AddOns as though you had logged out and back in. This lets you edit AddOn and retry with changes more quickly.

Notes[edit]

  • This will not reload the TOC files from storage.