WoW:API PickupBagFromSlot: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
<!-- Details not appropriate for the main description can go here -->
<!-- Details not appropriate for the main description can go here -->
: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.


----
----
{{WoW API}}
{{WoW API}}

Revision as of 00:42, 15 March 2006

PickupBagFromSlot -Documentation by Arvenis-


PickupBagFromSlot(slot);


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

Arguments
(slot)
slot
Integer - 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.

Template:WoW API