WoW:API GetInventoryItemBroken: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetInventoryItemBroken''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''GetInventoryItemBroken''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 17: Line 18:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}

Revision as of 18:09, 6 January 2007

WoW API < GetInventoryItemBroken

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.