WoW:API GetMerchantItemCostInfo: Difference between revisions

m
Move page script moved page API GetMerchantItemCostInfo to WoW:API GetMerchantItemCostInfo without leaving a redirect
(marks of honor no longer the "typical" case these days)
m (Move page script moved page API GetMerchantItemCostInfo to WoW:API GetMerchantItemCostInfo without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
  honorPoints, arenaPoints, itemCount = GetMerchantItemCostInfo(index);
  itemCount = GetMerchantItemCostInfo(index);


== Parameters ==
== Parameters ==
Line 12: 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
:;arenaPoints: Number - The number of arena points required
:;itemCount: Number - The count of item types ([[Mark of Honor|Marks of Honor]], emblems, badges, tokens, etc) required
:;itemCount: Number - The count of item types ([[Mark of Honor|Marks of Honor]], emblems, badges, tokens, etc) required


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