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

39 lines
594 B
Lua

local PetJournalInfo =
{
Name = "PetJournalInfo",
Type = "System",
Namespace = "C_PetJournal",
Functions =
{
},
Events =
{
{
Name = "CompanionLearned",
Type = "Event",
LiteralName = "COMPANION_LEARNED",
},
{
Name = "CompanionUnlearned",
Type = "Event",
LiteralName = "COMPANION_UNLEARNED",
},
{
Name = "CompanionUpdate",
Type = "Event",
LiteralName = "COMPANION_UPDATE",
Payload =
{
{ Name = "companionType", Type = "cstring", Nilable = true },
},
},
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(PetJournalInfo);