Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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[]

Dragonflight Patch 10.0.2 (2022-11-15): Namespaced to C_Container and returns a structured table.

Advertisement