Back to Home
ESO Function Data v100022
SetCurrencyControl()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/storewindow/keyboard/storewindow_keyboard.lua:475
--
function ZO_StoreManager:SetCurrencyControl(currencyType, currencyValue, currencyOptions)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/storewindow/keyboard/storewindow_keyboard.lua:504
--
self:SetCurrencyControl(CURT_ALLIANCE_POINTS, self.currentAP or 0, ZO_KEYBOARD_CURRENCY_OPTIONS)
ingame/storewindow/keyboard/storewindow_keyboard.lua:508
--
self:SetCurrencyControl(CURT_TELVAR_STONES, self.currentTelvarStones or 0, ZO_KEYBOARD_CURRENCY_OPTIONS)
ingame/storewindow/keyboard/storewindow_keyboard.lua:512
--
self:SetCurrencyControl(CURT_WRIT_VOUCHERS, self.currentWritVouchers or 0, ZO_KEYBOARD_CURRENCY_OPTIONS)