WoW:API GetItemInfo: Difference between revisions

updated itemString argument description to mention that partial itemStrings are supported, as well
No edit summary
(updated itemString argument description to mention that partial itemStrings are supported, as well)
Line 9: Line 9:


:;itemId : Integer - The numeric ID of the item. ie. 12345
:;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".
:;"[[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 be equiped or in your Inventory for this to work).
:;itemName : String - The Name of the Item, ex: "Hearthstone" (the item must be equiped or in your Inventory for this to work).
:;"[[itemLink]]" : String - The itemLink, when Shift-Clicking items.
:;"[[itemLink]]" : String - The itemLink, when Shift-Clicking items.
Anonymous user