GetLootInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 6.0.2 / 1.13.2

Returns a table with all of the loot info for the current loot window.

info = GetLootInfo()

Returns

info
table[]
Field Type Description
isQuestItem boolean?
item string Item Name, e.g. "Linen Cloth" or "65 Copper"
locked boolean Whether you are eligible to loot this item or not. Locked items are by default shown tinted red.
quality number Item Quality
quantity number The quantity of the item in a stack. The quantity for coin is always 0.
roll boolean
texture number Texture FileID

Patch changes

Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

See also