Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:API GetItemInfo
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Parameters == === Arguments === :(itemId or "[[itemString]]" or "itemName" or "[[itemLink]]") :;itemId :: Integer - The numeric ID of the item. ie. 12345 :;[[itemString]] :: String - The full item ID in string format, e.g. "item:12345:0:0:0:0:0:0:0". :::Also supports partial [[itemString]]s, by filling up any missing ":x" value with ":0", e.g. "item:12345:0:0:0" :;itemName :: String - The Name of the Item, ex: "Hearthstone" :::The item must have been equiped, in your bags or in your bank once in this session for this to work. :;[[itemLink]] :: String - The [[itemLink]], when Shift-Clicking items. === Returns === :"itemName", "[[itemLink]]", itemRarity, itemLevel, itemMinLevel, "[[itemType]]", "itemSubType", itemStackCount, "[[itemEquipLoc]]", "invTexture", "itemSellPrice" :;itemName :: String - The name of the item. :;[[itemLink]] :: String - The item Link; you will see the clickable Link instead of the string. (String, such as: "|cFFFFFFFF|Hitem:12345:0:0:0|h[Item Name]|h|r") :;itemRarity :: Integer - The [[API TYPE Quality|quality]] of the item. The value is 0 to 7, which represents Poor to Heirloom. :;itemLevel :: Integer - The item level of this item. :;itemMinLevel :: Integer - The minimum level required to use the item, 0 meaning no level requirement. :;[[itemType]] :: String - The type of the item: Armor, Weapon, Quest, Key, etc. :;itemSubType :: String - The sub-type of the item: Enchanting, Cloth, Sword, etc. See [[itemType]]. :;itemStackCount :: Integer - How many of the item per stack: 20 for Runecloth, 1 for weapon, 100 for Alterac Ram Hide, etc. :;[[itemEquipLoc]] :: String - Where the item may be equipped, if it can. If not equippable, this is an empty string, "". The string returned is also the name of a global string variable, i.e. for "INVTYPE_HEAD", _G["INVTYPE_HEAD"] is a localized, displayable name of the location. :;itemTexture :: String (number) - Texture Id of the item icon. :;itemSellPrice :: Integer - Items vendor value, in copper. Will need to be parsed into gold, silver, copper. Format ggggsscc.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)