Back to Home
ESO Function Data v101044
SetupStyle()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_keybindbutton.lua:78
--
function ZO_KeybindButtonMixin:SetupStyle(styleInfo)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/zo_keybindstrip/keybindstrip.lua:167
--
keybindControl:SetupStyle(styleInfo)
ingame/crowncrates/crowncratespackopening.lua:406
--
self.activateCollectibleKeybindControl:SetupStyle(style.activateCollectibleKeybindStyle)
ingame/playertoplayer/playertoplayer.lua:87
--
self.actionKeybindButton:SetupStyle(style.keybindButtonStyle)
ingame/playertoplayer/playertoplayer.lua:88
--
self.promptKeybindButton1:SetupStyle(style.keybindButtonStyle)
ingame/playertoplayer/playertoplayer.lua:89
--
self.promptKeybindButton2:SetupStyle(style.keybindButtonStyle)
ingame/reticle/reticle.lua:27
--
self.interactKeybindButton:SetupStyle(style.keybindButtonStyle)
internalingame/marketannouncement/gamepad/marketannouncement_gamepad.lua:199
--
self.selectButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)
internalingame/marketannouncement/gamepad/marketannouncement_gamepad.lua:201
--
self.helpButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)
internalingame/marketannouncement/gamepad/marketannouncement_gamepad.lua:207
--
self.scrollButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)
internalingame/marketannouncement/gamepad/marketannouncement_gamepad.lua:214
--
self.closeButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)
internalingame/marketannouncement/keyboard/marketannouncement_keyboard.lua:32
--
self.closeButton:SetupStyle(KEYBIND_STRIP_STANDARD_STYLE)
pregameandingame/screenadjust/screenadjust.lua:110
--
growShrinkButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)
pregameandingame/screenadjust/screenadjust.lua:118
--
self.gamepadSaveButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)
pregameandingame/screenadjust/screenadjust.lua:126
--
self.gamepadCancelButton:SetupStyle(KEYBIND_STRIP_GAMEPAD_STYLE)