WoW:API PickupBagFromSlot: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API PickupBagFromSlot to WoW:API PickupBagFromSlot without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Picks up the bag from the specified slot, placing it in the cursor. | |||
PickupBagFromSlot(slot); | PickupBagFromSlot(slot); | ||
==Arguments== | |||
;slot : [[API TYPE InventorySlotID|InventorySlotID]] - the slot containing the bag. | |||
== Notes == | |||
* Valid slot numbers are 20-23, numbered from left to right starting after the backpack. | |||
* inventoryID ,the result of [[API ContainerIDToInventoryID|ContainerIDtoInventoryID(BagID)]], can help to compute the slot number and bag numbers can be viewed in the [[API TYPE InventorySlotID|InventorySlotID]] page. | |||
* [[API PickupInventoryItem|PickupInventoryItem(slot)]] can be used as well. |
Latest revision as of 04:47, 15 August 2023
Picks up the bag from the specified slot, placing it in the cursor.
PickupBagFromSlot(slot);
Arguments[edit]
- slot
- InventorySlotID - the slot containing the bag.
Notes[edit]
- 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.
- PickupInventoryItem(slot) can be used as well.