Back to Home
ESO Function Data v101044
HasEnoughCurrencyToBuyItem()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/storewindow/keyboard/storewindow_keyboard.lua:650
--
function ZO_StoreManager:HasEnoughCurrencyToBuyItem(currencyType, itemCost)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/storewindow/keyboard/storewindow_keyboard.lua:643
--
self:HasEnoughCurrencyToBuyItem(CURT_MONEY, data.stackBuyPrice)
ingame/storewindow/keyboard/storewindow_keyboard.lua:644
--
self:HasEnoughCurrencyToBuyItem(currencyType1, data.stackBuyPriceCurrency1)
ingame/storewindow/keyboard/storewindow_keyboard.lua:645
--
self:HasEnoughCurrencyToBuyItem(currencyType2, data.stackBuyPriceCurrency2)
ingame/storewindow/keyboard/storewindow_keyboard.lua:705
--
self:HasEnoughCurrencyToBuyItem(CURT_MONEY, total)
ingame/storewindow/keyboard/storewindow_keyboard.lua:706
--
self:HasEnoughCurrencyToBuyItem(currencyType1, type1Total)
ingame/storewindow/keyboard/storewindow_keyboard.lua:707
--
self:HasEnoughCurrencyToBuyItem(currencyType2, type2Total)