WoW:API GetMerchantItemCostInfo: Difference between revisions

m
Move page script moved page API GetMerchantItemCostInfo to WoW:API GetMerchantItemCostInfo without leaving a redirect
(Added function)
 
m (Move page script moved page API GetMerchantItemCostInfo to WoW:API GetMerchantItemCostInfo without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}
 
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 ==
Line 20: Line 12:
<!-- List each return value, together with its type -->
<!-- List each return value, together with its type -->


:;honorPoints: Number - The number of honor points required
:;itemCount: Number - The count of item types ([[Mark of Honor|Marks of Honor]], emblems, badges, tokens, etc) required
:;arenaPoints: Number - The number of arena points required
 
:;itemCount: Number - The count of item types (typically [[Mark of Honor|Marks of Honor]]) required


==Details==
==Details==
Anonymous user