WoW:API GetInventoryItemBroken: Difference between revisions
Jump to navigation
Jump to search
m (Move page script moved page API GetInventoryItemBroken to API GetInventoryItemBroken without leaving a redirect) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Determine if an inventory item is broken (no durability) | Determine if an inventory item is broken (no durability) | ||
| Line 17: | Line 17: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 04:46, 15 August 2023
← WoW API < GetInventoryItemBroken
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.