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 CombatLog =
|
||||
{
|
||||
Name = "CombatLog",
|
||||
Type = "System",
|
||||
Namespace = "C_CombatLog",
|
||||
|
||||
Functions =
|
||||
{
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
{
|
||||
Name = "CombatLogEvent",
|
||||
Type = "Event",
|
||||
LiteralName = "COMBAT_LOG_EVENT",
|
||||
},
|
||||
{
|
||||
Name = "CombatLogEventUnfiltered",
|
||||
Type = "Event",
|
||||
LiteralName = "COMBAT_LOG_EVENT_UNFILTERED",
|
||||
},
|
||||
{
|
||||
Name = "CombatTextUpdate",
|
||||
Type = "Event",
|
||||
LiteralName = "COMBAT_TEXT_UPDATE",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "combatTextType", Type = "cstring", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(CombatLog);
|
||||
Reference in New Issue
Block a user