Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
local CraftInfo =
|
||||
{
|
||||
Name = "CraftInfo",
|
||||
Type = "System",
|
||||
Namespace = "C_CraftInfo",
|
||||
|
||||
Functions =
|
||||
{
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
{
|
||||
Name = "CraftClose",
|
||||
Type = "Event",
|
||||
LiteralName = "CRAFT_CLOSE",
|
||||
},
|
||||
{
|
||||
Name = "CraftShow",
|
||||
Type = "Event",
|
||||
LiteralName = "CRAFT_SHOW",
|
||||
},
|
||||
{
|
||||
Name = "CraftUpdate",
|
||||
Type = "Event",
|
||||
LiteralName = "CRAFT_UPDATE",
|
||||
},
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(CraftInfo);
|
||||
Reference in New Issue
Block a user