Back to Home
ESO Function Data v100034
SetCurrencyAmount()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/zo_currencyinput/zo_currencyinput.lua:81
--
function ZO_CurrencyInputObject:SetCurrencyAmount(currency, eventType)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/zo_currencyinput/zo_currencyinput.lua:32
--
self:SetCurrencyAmount(0, "update")
ingame/zo_currencyinput/zo_currencyinput.lua:47
--
self:SetCurrencyAmount(self.maxCurrency, "update")
ingame/zo_currencyinput/zo_currencyinput.lua:165
--
self:SetCurrencyAmount(currency, eventType)
ingame/zo_currencyinput/zo_currencyinput.lua:199
--
self:SetCurrencyAmount(initialCurrencyAmount or self:GetTotalCurrency(), "update")