WoW:API GetMerchantItemCostInfo: Difference between revisions

m
Move page script moved page API GetMerchantItemCostInfo to WoW:API GetMerchantItemCostInfo without leaving a redirect
(upgraded code block)
m (Move page script moved page API GetMerchantItemCostInfo to WoW:API GetMerchantItemCostInfo without leaving a redirect)
 
(2 intermediate revisions by 2 users 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
:;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