WoW:API PickupBagFromSlot: Difference between revisions
Jump to navigation
Jump to search
PickupBagFromSlot -Documentation by Arvenis-
No edit summary |
(upgraded deprecated template) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''PickupBagFromSlot''' ''-Documentation by [[user:Arvenis|Arvenis]]-''</center> | <center>'''PickupBagFromSlot''' ''-Documentation by [[user:Arvenis|Arvenis]]-''</center> | ||
| Line 27: | Line 28: | ||
:Valid slot numbers are 20-23, numbered from left to right starting after the backpack. | :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. | :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. | ||
Revision as of 17:26, 6 January 2007
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.