WoW:API PutItemInBackpack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API PutItemInBackpack to API PutItemInBackpack without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''PickupContainerItem''' ''-Documentation by [[user:Arvenis|Arvenis]]-''</center>
{{wowapi}}


<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
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''
Line 25: Line 25:
<!-- Details not appropriate for the main description can go here -->
<!-- Details not appropriate for the main description can go here -->
: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.
----
{{Template:WoW API}} :
<!-- 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]]
[[Category:API Functions|PutItemInBackpack]]
[[Category:API Cursor Functions|PutItemInBackpack]]
[[Category:API Container Functions|PutItemInBackpack]]
[[Category:API Inventory Functions|PutItemInBackpack]]

Latest revision as of 04:47, 15 August 2023

WoW API < PutItemInBackpack


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.