WoW:API PutItemInBackpack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 30: Line 30:
<!-- 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|PutItemInBackpack]]
[[Category:API Cursor Functions|PutItemInBackpack]]
[[Category:API Container Functions|PutItemInBackpack]]
[[Category:API Inventory Functions|PutItemInBackpack]]
[[Category:API Inventory Functions|PutItemInBackpack]]

Revision as of 17:57, 29 August 2005

PickupContainerItem -Documentation by Arvenis-


PutItemInBackpack();


Places the item currently on the cursor into the player's backpack otherwise it has no effect.

Arguments
None

Returns
Nothing.

Details
Places the item currently on the cursor into the player's backpack otherwise it has no effect.

Template:WoW API : Inventory Functions