Thread Tools Display Modes
05-31-23, 12:33 AM   #1
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,331
Originally Posted by odrik View Post
what i want is the window that comes up when you press esc and and click Add Ons ... which brings up AddOnList
The frame you're after is simply called AddonList. The game opens it by calling ShowUIPanel(AddonList). Be aware that calling ShowUIPanel() causes protected actions that will be blocked while in combat. You may get around this by calling AddonList:Show() directly, but it bypasses UIParent's window management code, which may cause issues with other managed windows.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 05-31-23 at 12:38 AM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » How to bring up the addon list interface?


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