- ingame/banking/gamepad/bankingcommon_gamepad.lua:400 --
self:CreateModeData(SI_BANK_WITHDRAW, BANKING_GAMEPAD_MODE_WITHDRAW, self.withdrawList, self.withdrawKeybindStripDescriptor)
- ingame/banking/gamepad/bankingcommon_gamepad.lua:401 --
self:CreateModeData(SI_BANK_DEPOSIT, BANKING_GAMEPAD_MODE_DEPOSIT, self.depositList, self.depositKeybindStripDescriptor)
- ingame/fence/gamepad/fencewindowlaunder_gamepad.lua:7 --
self:CreateModeData(SI_FENCE_LAUNDER_TAB, self.mode, "EsoUI/Art/Vendor/vendor_tabIcon_fence_up.dds", self.fragment, self.keybindStripDescriptor)
- ingame/fence/gamepad/fencewindowsell_gamepad.lua:7 --
self:CreateModeData(SI_STORE_MODE_SELL, self.mode, "EsoUI/Art/Vendor/vendor_tabIcon_sell_up.dds", self.fragment, self.keybindStripDescriptor)
- ingame/stable/gamepad/stable_gamepad.lua:31 --
self:CreateModeData(SI_STABLE_STABLES_TAB, ZO_MODE_STORE_STABLE, "EsoUI/Art/Vendor/tabIcon_mounts_up.dds", self.fragment, self.keybindStripDescriptor)
- ingame/storewindow/gamepad/storewindowbuyback_gamepad.lua:17 --
self:CreateModeData(SI_STORE_MODE_BUY_BACK, ZO_MODE_STORE_BUY_BACK, "EsoUI/Art/Vendor/vendor_tabIcon_buyBack_up.dds", self.fragment, self.keybindStripDescriptor)
- ingame/storewindow/gamepad/storewindowbuy_gamepad.lua:30 --
self:CreateModeData(SI_STORE_MODE_BUY, ZO_MODE_STORE_BUY, "EsoUI/Art/Vendor/vendor_tabIcon_buy_up.dds", self.fragment, self.keybindStripDescriptor)
- ingame/storewindow/gamepad/storewindowrepair_gamepad.lua:16 --
self:CreateModeData(SI_STORE_MODE_REPAIR, ZO_MODE_STORE_REPAIR, "EsoUI/Art/Vendor/vendor_tabIcon_repair_up.dds", self.fragment, self.keybindStripDescriptor)
- ingame/storewindow/gamepad/storewindowsell_gamepad.lua:18 --
self:CreateModeData(SI_STORE_MODE_SELL, ZO_MODE_STORE_SELL, "EsoUI/Art/Vendor/vendor_tabIcon_sell_up.dds", self.fragment, self.keybindStripDescriptor)