WoW:API GetMerchantItemCostItem: Difference between revisions
Jump to navigation
Jump to search
(Added function) |
(upgraded code block) |
||
Line 1: | Line 1: | ||
{{wowapi | {{wowapi}} | ||
itemTexture, itemValue = GetMerchantItemCostItem(index, itemIndex) | |||
itemTexture, itemValue = GetMerchantItemCostItem(index, itemIndex) | |||
== Parameters == | == Parameters == |
Revision as of 16:09, 16 May 2007
← WoW API < GetMerchantItemCostItem
itemTexture, itemValue = GetMerchantItemCostItem(index, itemIndex)
Parameters
Arguments
- index
- Number - The index of the item in the merchant's inventory
- itemIndex
- Number - The index for the required item type
Returns
- itemTexture
- String - The texture that represents the item's icon
- itemValue
- Number - The number of that item required
Details
itemIndex should never be larger than the itemCount returned by GetMerchantItemCostInfo