![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
Patch 6.0.2 (2014-10-14): Added.
See also
- GetLootSlotInfo
- LOOT_READY - When this event fires, the function will have new data available.
