Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
containerInfo = C_Container.GetContainerItemInfo(containerIndex, slotIndex)
Arguments[]
- containerIndex
- number
- slotIndex
- number
Returns[]
- containerInfo
- ContainerItemInfo? - Returns
nil
if the container slot is empty.
Field | Type | Description |
---|---|---|
iconFileID | number | |
stackCount | number | |
isLocked | boolean | |
quality | Enum.ItemQuality?🔗 | |
isReadable | boolean | |
hasLoot | boolean | |
hyperlink | string | |
isFiltered | boolean | |
hasNoValue | boolean | |
itemID | number | |
isBound | boolean |
Patch changes[]
Patch 10.0.2 (2022-11-15): Namespaced to C_Container
and returns a structured table.