Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user