WoW API: PickupBagFromSlot

Revision as of 17:26, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)

WoW API < PickupBagFromSlot

PickupBagFromSlot -Documentation by Arvenis-


PickupBagFromSlot(slot);


Picks up the bag from the specified slot, placing it in the cursor.

Arguments
(slot)
slot
InventorySlotID - the slot containing the bag.

Returns
Nothing.

Details
Valid slot numbers are 20-23, numbered from left to right starting after the backpack.
inventoryID ,the result of ContainerIDtoInventoryID(BagID), can help to compute the slot number and bag numbers can be viewed in the InventorySlotID page.