Files
coa-weakauras/APIDocumentation/Documentation/CraftInfoDocumentation.lua
T

35 lines
450 B
Lua

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);