Confirmed that "readable" marks items that are read
m (inventory is equipped items not main bag) |
(Confirmed that "readable" marks items that are read) |
||
| Line 13: | Line 13: | ||
:;;;: locked - true if locked; that is, a stack that cannot be split | :;;;: locked - true if locked; that is, a stack that cannot be split | ||
:;;;: quality - the numeric quality of the item | :;;;: quality - the numeric quality of the item | ||
:;;;: readable - true if the item can be "read" (as in a book | :;;;: readable - true if the item can be "read" (as in a book) | ||
---- | ---- | ||
;''Examples'' | ;''Examples'' | ||
| Line 30: | Line 30: | ||
: The texture variable will contain the item's texture and the itemCount variable will contain the number of that item in the slot. | : The texture variable will contain the item's texture and the itemCount variable will contain the number of that item in the slot. | ||
: quality result does not appear to directly correspond with the color used to display the item name, it only appears to be defined for equipment (as opposed to trade items). | |||
: readable simply marks if there is text related to the item. When it's true, the default UI changes the cursor to the "Read" cursor (the magnifying glass) when the mouse is over the item button. | |||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Inventory Functions|GetContainerItemInfo]] | [[Category:API Inventory Functions|GetContainerItemInfo]] | ||