WoW:API IsInventoryItemLocked: Difference between revisions

m
Move page script moved page API IsInventoryItemLocked to WoW:API IsInventoryItemLocked without leaving a redirect
No edit summary
 
m (Move page script moved page API IsInventoryItemLocked to WoW:API IsInventoryItemLocked without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{API/Uncategorized}}
{{wowapi}}
Returns whether an inventory item is locked, usually as it awaits pending action.
 
isLocked = IsInventoryItemLocked(slotId)
 
----
;''Arguments''
;slotId : Number - The [[API TYPE InventorySlotID|slot ID]] used to refer to that slot in the other GetInventory functions.
;''Returns''
;isLocked : Flag - 1 if the slot is locked, nil otherwise
 
----
Notes
* PickupInventoryItem on an empty slot will not lock that slot.
* PickupInventoryItem on the ammo slot will not lock that slot.
Anonymous user