ItemInfo Properties
The ItemInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
ItemEquipLoc |
The inventory equipment location in which the item may be equipped, or "" if it cannot be equipped.
|
|
ItemLevel |
The base item level, not including upgrades
|
|
ItemLink |
The localized lua link of the item.
|
|
ItemMinLevel |
The minimum level required to use the item
|
|
ItemName |
Gets the name of the item.
|
|
ItemRarity |
The quality of the item, WoWItemQuality
|
|
ItemSellPrice |
The vendor price in copper, or 0 for items that cannot be sold.
|
|
ItemStackCount |
The max amount of an item per stack, e.g. 200 for Runecloth.
|
|
ItemSubType |
The localized sub-type name of the item: Bows, Guns, Staves, etc. https://wow.gamepedia.com/ItemType
|
|
ItemTexture |
The texture for the item icon.
|
|
ItemType |
The localized type name of the item: Armor, Weapon, Quest, etc. https://wow.gamepedia.com/ItemType
|