Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
local FrameScript =
|
||||
{
|
||||
Name = "FrameScript",
|
||||
Type = "System",
|
||||
|
||||
Functions =
|
||||
{
|
||||
{
|
||||
Name = "CreateWindow",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "popupStyle", Type = "bool", Nilable = false, Default = true },
|
||||
},
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "window", Type = "SimpleWindow", Nilable = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(FrameScript);
|
||||
Reference in New Issue
Block a user