WoW API: GetContainerItemDurability

From AddOn Studio
Revision as of 11:25, 16 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns current and maximum durability of an equipped item. current, maximum = GetContainerItemDurability(bag, slot); == Arguments == ; bag : Number - [[BagID|Index …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetContainerItemDurability

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

current, maximum = GetContainerItemDurability(bag, slot);

Arguments

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.

Returns

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

See also