Back to Home
ESO Function Data v101032
SetCallback()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:106
--
function ZO_ClickableKeybindLabelMixin:SetCallback(callback)
libraries/zo_keybindbutton/zo_keybindbutton.lua:138
--
function ZO_KeybindButtonMixin:SetCallback(callback)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crowncrates/crowncratespackchoosing.lua:661
--
self.leftArrowGamepad:SetCallback(PreviousPageCallback)
ingame/crowncrates/crowncratespackchoosing.lua:664
--
self.rightArrowGamepad:SetCallback(NextPageCallback)
ingame/crowncrates/crowncratespackopening.lua:259
--
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:89
--
self.promptKeybindButton1:SetCallback(function() self:OnPromptAccepted() end)
ingame/playertoplayer/playertoplayer.lua:93
--
self.promptKeybindButton2:SetCallback(function() self:OnPromptDeclined() end)
internalingame/marketannouncement/marketannouncement_shared.lua:35
--
self.closeButton:SetCallback(function() self:OnMarketAnnouncementCloseKeybind() end)
libraries/zo_dialog/zo_dialog.lua:1290
--
self:SetCallback(HandleCallback)
libraries/zo_dialog/zo_dialog.lua:1325
--
self:SetCallback(HandleCallback)
libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:122
--
self:SetCallback(keybindDescriptor.callback)
libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:209
--
self:SetCallback(callbackFunction)
libraries/zo_keybindbutton/zo_keybindbutton.lua:162
--
self:SetCallback(keybindDescriptor.callback)
libraries/zo_keybindbutton/zo_keybindbutton.lua:291
--
self:SetCallback(callbackFunction)
libraries/zo_keybindbutton/zo_keybindbutton.lua:368
--
self:SetCallback(callbackFunction)
libraries/zo_keybindstrip/zo_keybindstrip.lua:43
--
button:SetCallback(OnButtonClicked)
pregameandingame/screenadjust/screenadjust.lua:71
--
self.gamepadSaveButton:SetCallback(function() self:Save() end)
pregameandingame/screenadjust/screenadjust.lua:79
--
cancelButton:SetCallback(function() self:Cancel() end)
pregameandingame/screenadjust/screenadjust.lua:99
--
self.keyboardSaveButton:SetCallback(function() self:Save() end)
pregameandingame/screenadjust/screenadjust.lua:106
--
cancelButton:SetCallback(function() self:Cancel() end)