WoW:API GetInventoryItemBroken

Revision as of 21:46, 10 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetInventoryItemBroken - Documentation by Flickering

Determine if an inventory item is broken (no durability)

isBroken = GetInventoryItemBroken("unit", slotId)

Parameters

Arguments

("unit", slotId)
unit
String - The UnitId of the unit whose inventory is to be queried.
slotId
Numeric - The inventory slot to be queried, obtained via GetInventorySlotInfo.

Returns

isBroken
isBroken
Flag - Returns nil if the specified item is not broken, or 1 if it is.

Template:WoW API