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,44 @@
local TooltipInfo =
{
Name = "TooltipInfo",
Type = "System",
Namespace = "C_TooltipInfo",
Functions =
{
},
Events =
{
{
Name = "HideHyperlinkTooltip",
Type = "Event",
LiteralName = "HIDE_HYPERLINK_TOOLTIP",
},
{
Name = "ShowHyperlinkTooltip",
Type = "Event",
LiteralName = "SHOW_HYPERLINK_TOOLTIP",
Payload =
{
{ Name = "hyperlink", Type = "string", Nilable = false },
},
},
{
Name = "TooltipDataUpdate",
Type = "Event",
LiteralName = "TOOLTIP_DATA_UPDATE",
Documentation = { "Sends an update to the UI that a sparse or cache lookup has resolved" },
Payload =
{
{ Name = "dataInstanceID", Type = "number", Nilable = true },
},
},
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(TooltipInfo);