Back to Home
ESO Function Data v100027
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))
ingame/zonestories/keyboard/zonestories_keyboard.lua:214
--
ZO_KeybindButtonTemplate_Setup(self.activityCompletionTooltipInfo.cycleKeybindControl, "UI_SHORTCUT_TERTIARY", nil, GetString(SI_ZONE_STORY_ACTIVITY_COMPLETION_CYCLE_KEYBIND))