WoW API: GetContainerItemDurability

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetContainerItemDurability to API GetContainerItemDurability without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetContainerItemDurability

Returns current and maximum durability of an item in the character's bags.

current, maximum = GetContainerItemDurability(bag, slot);

ArgumentsEdit

bag
Number - Index of the bag slot the bag storing the item is in.
slot
Number - Index of the bag slot containing the item to query durability of.

ReturnsEdit

current
Number - current durability value.
maximum
Number - maximum durability value.

See alsoEdit