View Single Post
05-31-23, 12:33 AM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,334
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