Back to Home
ESO Function Data v101039
CreateKeybindButton()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/housingeditor/housingeditorhud.lua:4030
--
function ZO_HousingEditorKeybindPalette:CreateKeybindButton()
Local Function Definitions
ingame/battleground/battlegroundscoreboardendofgame.lua:76
--
local function CreateKeybindButton(keybind, callbackFunction, text)
Function Calls
ingame/battleground/battlegroundscoreboardendofgame.lua:98
--
CreateKeybindButton("BATTLEGROUND_SCOREBOARD_PLAYER_OPTIONS", function() BATTLEGROUND_SCOREBOARD_FRAGMENT:ShowGamepadPlayerMenu() end, GetString(SI_BATTLEGROUND_SCOREBOARD_PLAYER_OPTIONS_KEYBIND))
ingame/battleground/battlegroundscoreboardendofgame.lua:99
--
CreateKeybindButton("LEAVE_BATTLEGROUND", function() self:OnLeaveBattlegroundPressed() end, GetString(SI_BATTLEGROUND_SCOREBOARD_END_OF_GAME_LEAVE_KEYBIND))
ingame/battleground/battlegroundscoreboardendofgame.lua:100
--
CreateKeybindButton("BATTLEGROUND_SCOREBOARD_PREVIOUS", function() BATTLEGROUND_SCOREBOARD_FRAGMENT:SelectPreviousPlayerData() end, GetString(SI_BATTLEGROUND_SCOREBOARD_PREVIOUS_PLAYER_KEYBIND))
ingame/battleground/battlegroundscoreboardendofgame.lua:101
--
CreateKeybindButton("BATTLEGROUND_SCOREBOARD_NEXT", function() BATTLEGROUND_SCOREBOARD_FRAGMENT:SelectNextPlayerData() end, GetString(SI_BATTLEGROUND_SCOREBOARD_NEXT_PLAYER_KEYBIND))
ingame/housingeditor/housingeditorhud.lua:4051
--
self:CreateKeybindButton()