WoW:API PickupContainerItem

From AddOn Studio
Revision as of 05:35, 6 March 2005 by WoWWiki>Arvenis
Jump to navigation Jump to search
PickupContainerItem -Documentation by Xenoveritas-


PickupContainerItem(bag, slot);


"Picks up" an item in one of the backpacks. This appears to be a kind of catch-all "pick up/activate" function.


Arguments
(bag, slot)
bag
Integer - the integer ID bag the item is being taken from
slot
Integer - the slot number (1-based) of the item

Returns
Nothing.

Details
"Picks up" an item in one of the backpacks. This appears to be a kind of catch-all "pick up/activate" function.
If you have nothing else active, calling this will "pick up" the item, causing the cursor to change to the item's icon. Once this has happened, calling this a second time will swap the two items. Likewise, calling this when an ability that targets an item is active (for example, enchanting), then this function will "cast" that ability on the targetted item.

Template:WoW API : Inventory Functions