Thread Tools Display Modes
05/28/14, 10:17 AM   #1
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
ReloadUI(string guiName) - what are possible guiNames?

According to the Wiki documentation ReloadUI takes a string parameter. But there is no details, in particular:
What would this do? Allow only part of the UI (like the Chat Window) to be reloaded?
What are possiblke values? Found nothing by seaching through the Globals on the Wiki.
  Reply With Quote
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

ESOUI » Developer Discussions » General Authoring Discussion » ReloadUI(string guiName) - what are possible guiNames?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off