Back to Home
ESO Function Data v100027
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/battleground/battlegroundhud.lua:21 -- self.keybindButton:SetKeybind("SHOW_BATTLEGROUND_SCOREBOARD")
- ingame/death/death.lua:21 -- button:SetKeybind(BUTTON_KEYBINDS[i])
- ingame/death/death.lua:28 -- deathRecapToggleButton:SetKeybind("DEATH_RECAP_TOGGLE")
- ingame/playertoplayer/playertoplayer.lua:84 -- self.promptKeybindButton1:SetKeybind("PLAYER_TO_PLAYER_INTERACT_ACCEPT")
- ingame/playertoplayer/playertoplayer.lua:88 -- self.promptKeybindButton2:SetKeybind("PLAYER_TO_PLAYER_INTERACT_DECLINE")
- ingame/playertoplayer/playertoplayer.lua:154 -- self.actionKeybindButton:SetKeybind("PLAYER_TO_PLAYER_INTERACT")
- ingame/reticle/reticle.lua:58 -- self.interactKeybindButton:SetKeybind("GAME_CAMERA_INTERACT", hideUnbound, "GAMEPAD_JUMP_OR_INTERACT")
- ingame/screenshotmode/gamepad/screenshotmode_gamepad.lua:18 -- self.exitButton:SetKeybind("SCREENSHOT_MODE_EXIT")
- ingame/skills/gamepad/gamepadskills.lua:2285 -- self:SetKeybind(binding, DONT_SHOW_UNBOUND, binding, PREFER_GAMEPAD)
- 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_shared.lua:31 -- self.closeButton:SetKeybind("MARKET_ANNOUNCEMENT_CLOSE")
- libraries/zo_dialog/zo_dialog.lua:88 -- button:SetKeybind(keybind)
- libraries/zo_dialog/zo_dialog.lua:548 -- button:SetKeybind(keybind)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:182 -- keybindDesc:SetKeybind(dialog.textParams.buttonKeybindOverrides[index], index)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:190 -- keybindDesc:SetKeybind(keybind, index)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:158 -- self:SetKeybind(keybindDescriptor.keybind)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:289 -- self:SetKeybind(keybind)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:342 -- ZO_KeybindButtonMixin.SetKeybind(self, keybind, showUnbound, gamepadPreferredKeybind, alwaysPreferGamepadMode)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:366 -- self:SetKeybind(keybind)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:918 -- button:SetKeybind(keybind, DEFAULT_SHOW_UNBOUND, gamepadPreferredKeybind, alwaysPreferGamepadMode)