Returns information about currency rewarded/required for quest completion


See also Quest functions, Currency functions.

Signature:

name, texture, amount = GetQuestCurrencyInfo("type", index)

Arguments:

  • type - Quest currency type (string)

    • required - Currency required for quest completion
    • reward - Currency rewarded for quest completion

  • index - Index of an entry in the quest currency list (between 1 and GetNumQuestCurrencies() or GetNumRewardCurrencies()) (integer)

Returns:

  • name - Localized string name of the currency (string)
  • texture - Texture file name of the currency (string)
  • amount - Amount of currency (integer)