Back to Home
ESO Function Data v100020
SetCallback()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_keybindbutton.lua:138
--
function ZO_KeybindButtonMixin:SetCallback(callback)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/gamepad/screenadjust/screenadjust.lua:79
--
self.saveButton:SetCallback(function() -- only allow resizing once the previous one has been completed. if not IsGUIResizing() then self:Commit() SCENE_MANAGER:Hide(self.sceneName) end end)
common/gamepad/screenadjust/screenadjust.lua:92
--
self.cancelButton:SetCallback(function() self:RevertChanges() SCENE_MANAGER:Hide(self.sceneName) end)
ingame/crowncrates/crowncratespackopening.lua:239
--
self.activateCollectibleKeybindControl:SetCallback(ActivateCollectibleCallback)
ingame/death/death.lua:29
--
deathRecapToggleButton:SetCallback(function() DEATH_RECAP:SetWindowOpen(not DEATH_RECAP:IsWindowOpen()) end)
ingame/death/death.lua:197
--
button1:SetCallback(function() ZO_WorldMap_ShowAvARespawns() ZO_WorldMap_ShowWorldMap() end)
ingame/death/death.lua:250
--
button1:SetCallback(function() ZO_WorldMap_ShowAvARespawns() ZO_WorldMap_ShowWorldMap() end)
ingame/death/death.lua:266
--
button2:SetCallback(Release)
ingame/death/death.lua:331
--
button1:SetCallback(Revive)
ingame/death/death.lua:334
--
button2:SetCallback(Release)
ingame/death/death.lua:366
--
button1:SetCallback(JoinRespawnQueue)
ingame/death/death.lua:384
--
button1:SetCallback(Release)
ingame/death/death.lua:405
--
button1:SetCallback(Revive)
ingame/death/death.lua:408
--
button2:SetCallback(Release)
ingame/death/death.lua:446
--
button1:SetCallback(AcceptResurrect)
ingame/death/death.lua:450
--
button2:SetCallback(DeclineResurrect)
ingame/playertoplayer/playertoplayer.lua:73
--
self.promptKeybindButton1:SetCallback(function() self:OnPromptAccepted() end)
ingame/playertoplayer/playertoplayer.lua:77
--
self.promptKeybindButton2:SetCallback(function() self:OnPromptDeclined() end)
internalingame/marketannouncement/marketannouncement_base.lua:85
--
self.closeButton:SetCallback(function() self:OnMarketAnnouncementCloseKeybind() end)
internalingame/marketannouncement/marketannouncement_base.lua:92
--
self.crownStoreButton:SetCallback(function() self:OnMarketAnnouncementViewCrownStoreKeybind() end)
libraries/zo_dialog/zo_dialog.lua:1213
--
self:SetCallback(HandleCallback)
libraries/zo_keybindbutton/zo_keybindbutton.lua:244
--
self:SetCallback(callbackFunction)
libraries/zo_keybindstrip/zo_keybindstrip.lua:47
--
button:SetCallback(OnButtonClicked)