Returns information about alternate currencies required to purchase an item from a vendor
See also Merchant functions.
Signature:
currencyCount
=
GetMerchantItemCostInfo(index)
Arguments:
index
- Index of an item in the vendor's listing (between 1 andGetMerchantNumItems()
) (number
)
Returns:
currencyCount
- Number of different currencies required to purchase the item (seeGetMerchantItemCostItem()
for amount of each item currency required) (number
)