View Single Post
05/28/14, 11:36 AM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
I don't know. ReloadUI() is defined C-side.

Though the reload ui button on the addon window in-game and the slash-command function both take the "ingame" parameter.
Lua Code:
  1. ReloadUI("ingame")

Those are the only two places I see the function used in the UI.
  Reply With Quote