WoW:API GetItemInfo: Difference between revisions

m
no edit summary
mNo edit summary
Line 12: Line 12:


=== Returns ===
=== Returns ===
:itemName, itemLink, itemRarity, itemMinLevel, itemType, itemSubType, itemStackCount, itemEquipLoc, itemTexture
:itemName, itemLink, itemQuality, itemMinLevel, itemType, itemSubType, itemStackCount, itemEquipLoc, itemTexture


:;itemName : String - The name of the item.
:;itemName : String - The name of the item.
:;itemLink : String - The item link ie. "item:12345:0:0:0".
:;itemLink : String - The item link ie. "item:12345:0:0:0".
:;itemRarity : Integer - The value is 0 to 6, which represents Poor to Artifact.
:;itemQuality : Integer - The [[API TYPE Quality|quality]] of the item.  The value is 0 to 6, which represents Poor to Artifact.
:;itemMinLeveL : Integer - The minimum level required to use the item, 0 being no level requirement.
:;itemMinLeveL : Integer - The minimum level required to use the item, 0 being no level requirement.
:;itemType : String - The [[API TYPE itemType|type]] of the item. Armor, Weapon, Quest, Key, etc.
:;itemType : String - The [[API TYPE itemType|type]] of the item. Armor, Weapon, Quest, Key, etc.
Anonymous user