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