Back to Home
ESO Function Data v101042
SetKeybind()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:149 -- function DialogKeybindStripDescriptor:SetKeybind(keybind, index)
- libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:72 -- function ZO_ClickableKeybindLabelMixin:SetKeybind(keybind, gamepadPreferredKeybind, options)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:120 -- function ZO_KeybindButtonMixin:SetKeybind(keybind, showUnbound, gamepadPreferredKeybind, alwaysPreferGamepadMode, showAsHold)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:355 -- function ZO_ChromaKeybindButtonMixin:SetKeybind(keybind, showUnbound, gamepadPreferredKeybind, alwaysPreferGamepadMode)
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/antiquitydigging/antiquitydigging.lua:95 -- self.moreInfoKeybindButton:SetKeybind("ANTIQUITY_DIGGING_MORE_INFO")
- ingame/battleground/battlegroundhud.lua:21 -- self.keybindButton:SetKeybind("SHOW_BATTLEGROUND_SCOREBOARD")
- ingame/crowncrates/crowncratespackchoosing.lua:660 -- self.leftArrowGamepad:SetKeybind("UI_SHORTCUT_LEFT_SHOULDER")
- ingame/crowncrates/crowncratespackchoosing.lua:663 -- self.rightArrowGamepad:SetKeybind("UI_SHORTCUT_RIGHT_SHOULDER")
- ingame/death/death.lua:21 -- button:SetKeybind(BUTTON_KEYBINDS[i])
- ingame/death/death.lua:28 -- deathRecapToggleButton:SetKeybind("DEATH_RECAP_TOGGLE")
- ingame/instancekickwarning/instancekickwarning.lua:56 -- self.keybindButton:SetKeybind("INSTANCE_KICK_LEAVE_INSTANCE")
- ingame/map/worldmap.lua:5299 -- control:SetKeybind(keybind, DEFAULT_PREFERRED_GAMEPAD_KEYBIND, options)
- ingame/playertoplayer/playertoplayer.lua:98 -- self.promptKeybindButton1:SetKeybind("PLAYER_TO_PLAYER_INTERACT_ACCEPT")
- ingame/playertoplayer/playertoplayer.lua:102 -- self.promptKeybindButton2:SetKeybind("PLAYER_TO_PLAYER_INTERACT_DECLINE")
- ingame/playertoplayer/playertoplayer.lua:260 -- 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:15 -- self.exitButton:SetKeybind("SCREENSHOT_MODE_EXIT")
- ingame/screenshotmode/gamepad/screenshotmode_gamepad.lua:16 -- self.toggleNameplatesButton:SetKeybind("SCREENSHOT_MODE_TOGGLE_NAMEPLATES")
- ingame/skills/gamepad/gamepadskills.lua:2248 -- self:SetKeybind(binding, DONT_SHOW_UNBOUND, binding)
- ingame/zo_loot/loot.lua:118 -- self.keyButton:SetKeybind("GAME_CAMERA_INTERACT", hideUnbound, "GAMEPAD_JUMP_OR_INTERACT")
- ingame/zo_loot/gamepad/lootpickup_gamepad.lua:50 -- self.takeControl:SetKeybind("UI_SHORTCUT_PRIMARY")
- ingame/zo_loot/gamepad/lootpickup_gamepad.lua:51 -- self.takeAllControl:SetKeybind("UI_SHORTCUT_SECONDARY")
- internalingame/marketannouncement/marketannouncement_shared.lua:33 -- self.closeButton:SetKeybind("MARKET_ANNOUNCEMENT_CLOSE")
- internalingame/scrying/scrying.lua:1298 -- self.moreInfoButton:SetKeybind("SCRYING_MORE_INFO", DEFAULT_SHOW_UNBOUND, DEFAULT_GAMEPAD_PREFERRED_KEYBIND, DEFAULT_ALWAYS_PREFER_GAMEPAD_MODE, SHOW_AS_HOLD)
- libraries/zo_dialog/zo_dialog.lua:131 -- button:SetKeybind(keybind)
- libraries/zo_dialog/zo_dialog.lua:582 -- button:SetKeybind(keybind)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:195 -- keybindDesc:SetKeybind(dialog.textParams.buttonKeybindOverrides[index], index)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:203 -- keybindDesc:SetKeybind(keybind, index)
- libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:118 -- self:SetKeybind(keybindDescriptor.keybind)
- libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:208 -- self:SetKeybind(keybind)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:179 -- self:SetKeybind(keybindDescriptor.keybind)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:310 -- self:SetKeybind(keybind)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:363 -- ZO_KeybindButtonMixin.SetKeybind(self, keybind, showUnbound, gamepadPreferredKeybind, alwaysPreferGamepadMode)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:387 -- self:SetKeybind(keybind)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:954 -- button:SetKeybind(keybind, DEFAULT_SHOW_UNBOUND, gamepadPreferredKeybind, alwaysPreferGamepadMode)
- pregameandingame/screenadjust/screenadjust.lua:119 -- self.gamepadSaveButton:SetKeybind("SCREEN_ADJUST_SAVE")
- pregameandingame/screenadjust/screenadjust.lua:127 -- self.gamepadCancelButton:SetKeybind("SCREEN_ADJUST_CANCEL")
- pregameandingame/screenadjust/screenadjust.lua:139 -- growButton:SetKeybind("SCREEN_ADJUST_GROW")
- pregameandingame/screenadjust/screenadjust.lua:143 -- shrinkButton:SetKeybind("SCREEN_ADJUST_SHRINK")
- pregameandingame/screenadjust/screenadjust.lua:147 -- self.keyboardSaveButton:SetKeybind("SCREEN_ADJUST_SAVE")
- pregameandingame/screenadjust/screenadjust.lua:154 -- cancelButton:SetKeybind("SCREEN_ADJUST_CANCEL")
- publicallingames/itempreview/gamepad/itempreview_gamepad.lua:15 -- iconLabel:SetKeybind(actionName)