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.
ConfirmLootSlot(slot)
Parameters
Edit
Arguments
Edit
- (slot)
- slot
- number - the loot slot of a BoP loot item that is waiting for confirmation
Returns
Edit
- unknown
Example
Edit
ConfirmLootSlot(1)
Result
Edit
- 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.
Community content is available under CC-BY-SA
unless otherwise noted.