Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)

This commit is contained in:
NoM0Re
2025-07-05 19:08:53 +02:00
committed by GitHub
parent ad68aa2f97
commit 0971189346
319 changed files with 47180 additions and 18 deletions
@@ -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);