WoW:API PickupContainerItem: Difference between revisions
Jump to navigation
Jump to search
PickupContainerItem -Documentation by Xenoveritas-
mNo edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
: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. | :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. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 04:58, 4 January 2006
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.