WoW:API PutItemInBackpack: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
Line 1: | Line 1: | ||
{{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 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. | ||
Revision as of 13:44, 23 June 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.