ESO Function Data v100011
SetKeybind()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- 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:32 -- self.promptKeybindButton1:SetKeybind("PLAYER_TO_PLAYER_INTERACT_ACCEPT")
- ingame/playertoplayer/playertoplayer.lua:37 -- self.promptKeybindButton2:SetKeybind("PLAYER_TO_PLAYER_INTERACT_DECLINE")
- ingame/playertoplayer/playertoplayer.lua:60 -- self.actionKeybindButton:SetKeybind("PLAYER_TO_PLAYER_INTERACT")
- ingame/reticle/reticle.lua:39 -- 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:50 -- self.takeControl:SetKeybind(nil, SHOW_UNBOUND, "UI_SHORTCUT_PRIMARY", ALWAYS_PREFER_GAMEPAD_MODE)
- ingame/zo_loot/gamepad/lootpickup_gamepad.lua:51 -- self.takeAllControl:SetKeybind(nil, SHOW_UNBOUND, "UI_SHORTCUT_SECONDARY", ALWAYS_PREFER_GAMEPAD_MODE)
- libraries/zo_dialog/zo_dialog.lua:79 -- button:SetKeybind(keybind)
- libraries/zo_dialog/zo_dialog.lua:469 -- button:SetKeybind(keybind)
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:115 -- keybindDesc:SetKeybind(dialog.textParams.buttonKeybindOverrides[index])
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:117 -- keybindDesc:SetKeybind(value.keybind, index)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:198 -- self:SetKeybind(keybind)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:545 -- button:SetKeybind(keybind, nil, nil, alwaysPreferGamepadMode)