ESO Function Data v100015
HasEnoughCurrencyToBuyItem()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/storewindow/keyboard/storewindow_keyboard.lua:592
--
function ZO_StoreManager:HasEnoughCurrencyToBuyItem(currencyType, itemCost)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/storewindow/keyboard/storewindow_keyboard.lua:583
--
self:HasEnoughCurrencyToBuyItem(CURT_MONEY, data.stackBuyPrice)
ingame/storewindow/keyboard/storewindow_keyboard.lua:584
--
self:HasEnoughCurrencyToBuyItem(currencyType1, data.stackBuyPriceCurrency1)
ingame/storewindow/keyboard/storewindow_keyboard.lua:585
--
self:HasEnoughCurrencyToBuyItem(currencyType2, data.stackBuyPriceCurrency2)
ingame/storewindow/keyboard/storewindow_keyboard.lua:652
--
self:HasEnoughCurrencyToBuyItem(CURT_MONEY, total)
ingame/storewindow/keyboard/storewindow_keyboard.lua:653
--
self:HasEnoughCurrencyToBuyItem(currencyType1, type1Total)
ingame/storewindow/keyboard/storewindow_keyboard.lua:654
--
self:HasEnoughCurrencyToBuyItem(currencyType2, type2Total)