EJ_GetLootInfo

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_EncounterJournal.GetLootInfo TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.png + 9.0.1
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_EncounterJournal.GetLootInfoByIndex TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.png + 9.0.1
BTNTemp.png EJ_GetLootInfo + 4.2.0

Returns loot info for an encounter or instance.

itemID, encounterID, name, icon, slot, armorType, link = EJ_GetLootInfo(lootID)
                                                       = EJ_GetLootInfoByIndex(index [, encounterIndex])

Arguments (EJ_GetLootInfo)

lootID
number

Arguments (EJ_GetLootInfoByIndex)

index
number - ranging from 1 to EJ_GetNumLoot.
encounterIndex
number (optional) - index of any multiple bosses that drop the same loot, ranging from 1 to EJ_GetNumEncountersForLootByIndex. This makes it possible for the FrameXML to show two boss names for a loot item. [1]

Returns

itemID
number
encounterID
number
name
string - item name, including quality color escape sequence.
icon
number - FileID
slot
string - INVTYPE, e.g. "Two-Hand" or "Shoulder".
armorType
string - e.g. "Cloth" or "Mail". The string will be colored red if the item cannot be equipped.
link
string - ItemLink

Triggers events

Patch changes