WoW:API GetContainerItemInfo: Difference between revisions

Added three missing return fields that are used as of version 4216
No edit summary
 
(Added three missing return fields that are used as of version 4216)
Line 3: Line 3:
;''Arguments''
;''Arguments''
:;:(bag,slot)
:;:(bag,slot)
::;bag  
:::;bag : number - number of the bag the item is in, 1 is your backpack, 2-5 are the four additional bags
:: number - number of the bag the item is in.
:::;slot : number - slot number of the bag item you want the info for.
::;slot ;:
::number - slot number of the bag item you want the info for.


----
----
;''Returns''
;''Returns''


:;texture, itemCount : texture - the texture for the item in the specified bag slot
:;texture, itemCount, locked, quality, readable : texture - the texture for the item in the specified bag slot
:;;;: itemCount - the number of items in the specified bag slot
:;;;: itemCount - the number of items in the specified bag slot
:;;;: locked - true if locked; that is, a stack that cannot be split
:;;;: quality - the numeric quality of the item
:;;;: readable - true if the item can be "read" (as in a book)? -- [[User:Xenoveritas|Xenoveritas]] 17:27, 27 Feb 2005 (EST)
----
----
;''Examples''
;''Examples''
Anonymous user