WoW API: LootSlot

Revision as of 22:37, 8 August 2006 by WoWWiki>Jbcc (replaced {{WoW API}} tag with {{wowapi}})

WoW API < LootSlot

After a Bind on Pickup item has been looted via a LootButton, this function needs to be called to confirm that the player wants to loot the item.

LootSlot(slot)

Parameters

Arguments

(slot)
slot
number - the loot slot of a BoP loot item that is waiting for confirmation

Returns

unknown

Example

LootSlot(1)

Result

If the player has already clicked on a LootButton object with loot index 1, and the item is "Bind on Pickup" and awaiting confirmation, then the item will be looted and placed in the player's bags.

Details