Returns information about currency items required to purchase an item from a vendor


See also Merchant functions.

Signature:

texture, value, link, name = GetMerchantItemCostItem(index, currency)

Arguments:

Returns:

  • texture - Path to an icon texture for the currency item (string)
  • value - Amount of the currency required for purchase (number)
  • link - A hyperlink for the currency item (string, hyperlink)
  • name - The localized name of the currency (string)