40 lines
753 B
Lua
40 lines
753 B
Lua
local HeirloomInfo =
|
|
{
|
|
Name = "HeirloomInfo",
|
|
Type = "System",
|
|
Namespace = "C_HeirloomInfo",
|
|
|
|
Functions =
|
|
{
|
|
},
|
|
|
|
Events =
|
|
{
|
|
{
|
|
Name = "HeirloomUpgradeTargetingChanged",
|
|
Type = "Event",
|
|
LiteralName = "HEIRLOOM_UPGRADE_TARGETING_CHANGED",
|
|
Payload =
|
|
{
|
|
{ Name = "pendingHeirloomUpgradeSpellcast", Type = "bool", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "HeirloomsUpdated",
|
|
Type = "Event",
|
|
LiteralName = "HEIRLOOMS_UPDATED",
|
|
Payload =
|
|
{
|
|
{ Name = "itemID", Type = "number", Nilable = true },
|
|
{ Name = "updateReason", Type = "cstring", Nilable = true },
|
|
{ Name = "hideUntilLearned", Type = "bool", Nilable = true },
|
|
},
|
|
},
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(HeirloomInfo); |