WoW:API PutItemInBackpack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
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

PickupContainerItem -Documentation by Arvenis-


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.



Template:WoW API