WoW:API GetMerchantItemCostInfo: Difference between revisions

upgraded code block
(Added function)
 
(upgraded code block)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}
 
honorPoints, arenaPoints, itemCount = GetMerchantItemCostInfo(index);
 
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Returns extended (PvP) cost info about a merchant's item
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
{{Code/Begin}}
honorPoints, arenaPoints, itemCount = GetMerchantItemCostInfo(index);
{{Code/End}}
 


== Parameters ==
== Parameters ==
Anonymous user