You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In World of Warcraft we have a Frame class and a AceGUIFrame class, but the problem is they are created with CreateFrame("Frame") and AceGUI:Create("Frame") respectively.
How would I get AceGUI:Create("Frame") to return the AceGUIFrame class?
In World of Warcraft we have a Frame class and a AceGUIFrame class, but the problem is they are created with
CreateFrame("Frame")
andAceGUI:Create("Frame")
respectively.How would I get
AceGUI:Create("Frame")
to return theAceGUIFrame
class?Current behavior

Expected behavior

Original issue: Ketho/vscode-wow-api#43
The text was updated successfully, but these errors were encountered: