WoW:API PutItemInBag: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Formatting, spelling, grammar)
Line 1: Line 1:
this command take for arguments 20 to 23 which are bags from right to left after your backpack
Puts the item on the cursor into the specified bag.


exemple: PutItemInBag(20) will put your cursor item into the secound bag starting on your right
PutItemInBag(n)
== Parameters ==
=== Arguments ===
:(n)


:;n : Numeric - A value from 20 to 23 where 20 is the leftmost bag and 23 is the rightmost.
== Example ==
: PutItemInBag(20) will put the item on the cursor into the second bag starting from the right.


----
----
{{WoW API}}
__NOTOC__
{{Template:WoW API}}

Revision as of 11:33, 11 July 2006

Puts the item on the cursor into the specified bag.

PutItemInBag(n)

Parameters

Arguments

(n)
n
Numeric - A value from 20 to 23 where 20 is the leftmost bag and 23 is the rightmost.


Example

PutItemInBag(20) will put the item on the cursor into the second bag starting from the right.

Template:WoW API