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