C_ArtifactUI.GetRelicInfo

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_ArtifactUI.GetRelicInfo TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 7.0.3
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_ArtifactUI.GetRelicInfoByItemID TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 7.0.3

Needs summary.

name, icon, slotTypeName, link = C_ArtifactUI.GetRelicInfo(relicSlotIndex)
                               = C_ArtifactUI.GetRelicInfoByItemID(itemID)

Arguments

GetRelicInfo

relicSlotIndex
number

GetRelicInfoByItemID

itemID
number

Returns

name
string
icon
number
slotTypeName
string - Matches the socket identifiers used in the socketing system.
link
string

Patch changes

Legion Patch 7.0.3 (2016-07-19): Added.