WoW:API EquipPendingItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Link inventory slot ID) |
||
Line 11: | Line 11: | ||
:(invSlot) | :(invSlot) | ||
:;invSlot : Numeric - The inventory slot ID of the item being equipped | :;invSlot : Numeric - The [[API TYPE InventorySlotID|inventory slot ID]] of the item being equipped | ||
=== Returns === | === Returns === |
Revision as of 07:53, 15 July 2006
Equips the currently pending Bind-on-Equip or Bind-on-Pickup item from the specified inventory slot.
EquipPendingItem(invSlot)
Parameters
Arguments
- (invSlot)
- invSlot
- Numeric - The inventory slot ID of the item being equipped
Returns
unknown
Details
- When the player attempts to use a Bind-on-Equip or Bind-on-Pickup item for the first time, the game triggers a confirmation dialog. This method appears to be an internal method used by that dialog which equips the item which activated the dialog if accepted. As such it should not be used by custom addons.