Back to Home
ESO Function Data v101044
AddFilterBarButton()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/inventory/inventorywallet.lua:55
--
function InventoryWalletManager:AddFilterBarButton(currencyLocation, normal, pressed, highlight)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/inventory/inventorywallet.lua:73
--
self:AddFilterBarButton(CURRENCY_LOCATION_ACCOUNT, "EsoUI/Art/Inventory/inventory_currencyTab_accountWide_up.dds", "EsoUI/Art/Inventory/inventory_currencyTab_accountWide_down.dds", "EsoUI/Art/Inventory/inventory_currencyTab_accountWide_over.dds")
ingame/inventory/inventorywallet.lua:74
--
self:AddFilterBarButton(CURRENCY_LOCATION_CHARACTER, "EsoUI/Art/Inventory/inventory_currencyTab_onCharacter_up.dds", "EsoUI/Art/Inventory/inventory_currencyTab_onCharacter_down.dds", "EsoUI/Art/Inventory/inventory_currencyTab_onCharacter_over.dds")
ingame/inventory/inventorywallet.lua:75
--
self:AddFilterBarButton(CURRENCY_LOCATION_ALL, "EsoUI/Art/Inventory/inventory_tabIcon_all_up.dds", "EsoUI/Art/Inventory/inventory_tabIcon_all_down.dds", "EsoUI/Art/Inventory/inventory_tabIcon_all_over.dds")