Back to Home
ESO Function Data v100035
HasEnoughCurrencyToBuyItem()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/storewindow/keyboard/storewindow_keyboard.lua:645
--
function ZO_StoreManager:HasEnoughCurrencyToBuyItem(currencyType, itemCost)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/storewindow/keyboard/storewindow_keyboard.lua:638
--
self:HasEnoughCurrencyToBuyItem(CURT_MONEY, data.stackBuyPrice)
ingame/storewindow/keyboard/storewindow_keyboard.lua:639
--
self:HasEnoughCurrencyToBuyItem(currencyType1, data.stackBuyPriceCurrency1)
ingame/storewindow/keyboard/storewindow_keyboard.lua:640
--
self:HasEnoughCurrencyToBuyItem(currencyType2, data.stackBuyPriceCurrency2)
ingame/storewindow/keyboard/storewindow_keyboard.lua:700
--
self:HasEnoughCurrencyToBuyItem(CURT_MONEY, total)
ingame/storewindow/keyboard/storewindow_keyboard.lua:701
--
self:HasEnoughCurrencyToBuyItem(currencyType1, type1Total)
ingame/storewindow/keyboard/storewindow_keyboard.lua:702
--
self:HasEnoughCurrencyToBuyItem(currencyType2, type2Total)