WoW:API PickupBagFromSlot: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 31: Line 31:
<!-- Update the category to the appropriate subsection, and be sure to put the function name as the label for the category link. Multiple subcategories are okay if appropriate, please dont link functions to the API Functions category directly. -->
<!-- Update the category to the appropriate subsection, and be sure to put the function name as the label for the category link. Multiple subcategories are okay if appropriate, please dont link functions to the API Functions category directly. -->
[[World of Warcraft API#Inventory_Functions|Inventory Functions]]
[[World of Warcraft API#Inventory_Functions|Inventory Functions]]
[[Category:API Functions|PickupBagFromSlot]]
[[Category:API Cursor Functions|PickupBagFromSlot]]
[[Category:API Container Functions|PickupBagFromSlot]]
[[Category:API Inventory Functions|PickupBagFromSlot]]
[[Category:API Inventory Functions|PickupBagFromSlot]]

Revision as of 17:55, 29 August 2005

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.

Template:WoW API : Inventory Functions