Access currency data
This function returns all the data of a currency
Access currency amount
Returns the currency amount (float) using a currency saveID
CurrencyManager.instance.GetCurrencyAmount(string currencySaveName);
Access full currency data
Returns all the currency data using a currency saveID
CurrencyManager.instance.GetCurrencyData(string currencySaveName);
Last modified: 03 November 2023