WoW:API GetItemInfo: Difference between revisions

m
→‎Common usage: remove section: more or less covered by the function signature.
(Adding reference to the new 11th return value for vendor price.)
m (→‎Common usage: remove section: more or less covered by the function signature.)
Line 42: Line 42:
: All string returns (itemName, itemType, itemSubType) are localized. Prior to 1.9, itemEquipLoc was localized also.
: All string returns (itemName, itemType, itemSubType) are localized. Prior to 1.9, itemEquipLoc was localized also.
: As of Patch 3.2 the 11th returned value is the Vendor Sell Price for that item.
: As of Patch 3.2 the 11th returned value is the Vendor Sell Price for that item.
== Common usage ==
local itemName, itemLink, itemRarity, itemLevel, itemMinLevel, itemType, itemSubType, itemCount, itemEquipLoc, itemTexture, itemSellPrice = GetItemInfo(link)