Back to Home
ESO Function Data v100025
ZO_KeybindButtonTemplate_Setup()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_keybindbutton.lua:287
--
function ZO_KeybindButtonTemplate_Setup(self, keybind, callbackFunction, text)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/battleground/battlegroundscoreboardendofgame.lua:79
--
ZO_KeybindButtonTemplate_Setup(keybindControl, keybind, callbackFunction, text)
ingame/housingeditor/housingeditorhud.lua:44
--
ZO_KeybindButtonTemplate_Setup(self.keybindButton, "SHOW_HOUSING_PANEL", function(...) self:OnHousingHUDButtonPressed(...) end, GetString(SI_HOUSING_HUD_FRAGMENT_EDITOR_KEYBIND))