Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
Line 9: Line 9:
   
 
:;unit : String - The [[API TYPE UnitId|UnitId]] of the unit whose inventory is to be queried.
 
:;unit : String - The [[API TYPE UnitId|UnitId]] of the unit whose inventory is to be queried.
:;slotId : Numeric - The inventory slot to be queried, obtained via [[API GetInventorySlotInfo|GetInventorySlotInfo]].
+
:;slotId : Numeric - The [[API TYPE InventorySlotID|inventory slot]] to be queried, obtained via [[API GetInventorySlotInfo|GetInventorySlotInfo]].
  +
 
=== Returns ===
 
=== Returns ===
 
:isBroken
 
:isBroken

Revision as of 14:34, 5 October 2005

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