WoW:API GetMerchantItemCostInfo: Difference between revisions

Updated for Live Cata info
(marks of honor no longer the "typical" case these days)
(Updated for Live Cata info)
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