44 lines
786 B
Lua
44 lines
786 B
Lua
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); |