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,62 @@
local SpellActivationOverlay =
{
Name = "SpellActivationOverlay",
Type = "System",
Namespace = "C_SpellActivationOverlay",
Functions =
{
},
Events =
{
{
Name = "SpellActivationOverlayGlowHide",
Type = "Event",
LiteralName = "SPELL_ACTIVATION_OVERLAY_GLOW_HIDE",
Payload =
{
{ Name = "spellID", Type = "number", Nilable = false },
},
},
{
Name = "SpellActivationOverlayGlowShow",
Type = "Event",
LiteralName = "SPELL_ACTIVATION_OVERLAY_GLOW_SHOW",
Payload =
{
{ Name = "spellID", Type = "number", Nilable = false },
},
},
{
Name = "SpellActivationOverlayHide",
Type = "Event",
LiteralName = "SPELL_ACTIVATION_OVERLAY_HIDE",
Payload =
{
{ Name = "spellID", Type = "number", Nilable = true },
},
},
{
Name = "SpellActivationOverlayShow",
Type = "Event",
LiteralName = "SPELL_ACTIVATION_OVERLAY_SHOW",
Payload =
{
{ Name = "spellID", Type = "number", Nilable = false },
{ Name = "overlayFileDataID", Type = "number", Nilable = false },
{ Name = "locationName", Type = "cstring", Nilable = false },
{ Name = "scale", Type = "number", Nilable = false },
{ Name = "r", Type = "number", Nilable = false },
{ Name = "g", Type = "number", Nilable = false },
{ Name = "b", Type = "number", Nilable = false },
},
},
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(SpellActivationOverlay);