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 completionreward- Currency rewarded for quest completion
index- Index of an entry in the quest currency list (between1andGetNumQuestCurrencies()orGetNumRewardCurrencies()) (integer)
Returns:
name- Localized string name of the currency (string)texture- Texture file name of the currency (string)amount- Amount of currency (integer)