ESO Function Data v100015
SetKeybind()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/gamepad/screenadjust/screenadjust.lua:76 -- self.saveButton:SetKeybind("SCREEN_ADJUST_SAVE")
- common/gamepad/screenadjust/screenadjust.lua:89 -- self.cancelButton:SetKeybind("SCREEN_ADJUST_CANCEL")
- ingame/death/death.lua:11 -- deathType.buttons[1]:SetKeybind("DEATH_PRIMARY")
- ingame/death/death.lua:14 -- deathType.buttons[2]:SetKeybind("DEATH_SECONDARY")
- ingame/death/death.lua:17 -- deathType.buttons[3]:SetKeybind("DEATH_TERTIARY")
- ingame/playertoplayer/playertoplayer.lua:71 -- self.promptKeybindButton1:SetKeybind("PLAYER_TO_PLAYER_INTERACT_ACCEPT")
- ingame/playertoplayer/playertoplayer.lua:75 -- self.promptKeybindButton2:SetKeybind("PLAYER_TO_PLAYER_INTERACT_DECLINE")
- ingame/playertoplayer/playertoplayer.lua:121 -- self.actionKeybindButton:SetKeybind("PLAYER_TO_PLAYER_INTERACT")
- ingame/reticle/reticle.lua:59 -- self.interactKeybindButton:SetKeybind("GAME_CAMERA_INTERACT", hideUnbound, "GAMEPAD_JUMP_OR_INTERACT")
- ingame/zo_loot/loot.lua:118 -- self.keyButton:SetKeybind("GAME_CAMERA_INTERACT", hideUnbound, "GAMEPAD_JUMP_OR_INTERACT")
- ingame/zo_loot/gamepad/lootpickup_gamepad.lua:57 -- self.takeControl:SetKeybind(nil, SHOW_UNBOUND, "UI_SHORTCUT_PRIMARY", ALWAYS_PREFER_GAMEPAD_MODE)
- ingame/zo_loot/gamepad/lootpickup_gamepad.lua:58 -- self.takeAllControl:SetKeybind(nil, SHOW_UNBOUND, "UI_SHORTCUT_SECONDARY", ALWAYS_PREFER_GAMEPAD_MODE)
- internalingame/marketannouncement/marketannouncement_base.lua:83 -- self.closeButton:SetKeybind("MARKET_ANNOUNCEMENT_CLOSE")
- internalingame/marketannouncement/marketannouncement_base.lua:90 -- self.crownStoreButton:SetKeybind("MARKET_ANNOUNCEMENT_VIEW_CROWN_STORE")
- libraries/zo_dialog/zo_dialog.lua:88 -- button:SetKeybind(keybind)
- libraries/zo_dialog/zo_dialog.lua:512 -- button:SetKeybind(keybind)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:158 -- keybindDesc:SetKeybind(dialog.textParams.buttonKeybindOverrides[index], index)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:160 -- keybindDesc:SetKeybind(buttonData.keybind, index)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:198 -- self:SetKeybind(keybind)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:862 -- button:SetKeybind(keybind, nil, nil, alwaysPreferGamepadMode)
- libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:368 -- self.filtersFocalArea:SetKeybind(filterKeybindStripDescriptor)
- libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:369 -- self.headersFocalArea:SetKeybind(headerKeybindStripDescriptor)
- libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:370 -- self.panelFocalArea:SetKeybind(self.keybindStripDescriptor)