WoW:API PutItemInBackpack: Difference between revisions
Jump to navigation
Jump to search
PickupContainerItem -Documentation by Arvenis-
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> | <!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> | ||
:Places the item currently on the cursor into the player's backpack otherwise it has no effect. | :Places the item currently on the cursor into the player's backpack otherwise it has no effect. If there is already a partial stack of the item in the backpack, it will attempt to stack them together. | ||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' |
Revision as of 22:21, 31 May 2006
PutItemInBackpack();
- Places the item currently on the cursor into the player's backpack otherwise it has no effect. If there is already a partial stack of the item in the backpack, it will attempt to stack them together.
- Arguments
- None
- Returns
- Nothing.
- Details
- Places the item currently on the cursor into the player's backpack otherwise it has no effect.