Back to Home
ESO Function Data v101044
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:140
--
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:383
--
button1:SetCallback(function() local isSpectatorCameraActive = IsSpectatorCameraActive() --Close the death recap if we are activating the spectator camera if not isSpectatorCameraActive and DEATH_RECAP:IsWindowOpen() then self:ToggleDeathRecap() end local buttonSound = isSpectatorCameraActive and SOUNDS.BATTLEGROUND_SPECTATOR_CAMERA_CLOSE or SOUNDS.BATTLEGROUND_SPECTATOR_CAMERA_OPEN PlaySound(buttonSound) SetSpectatorCameraEnabled(not isSpectatorCameraActive) self:UpdateDisplay(); end)
ingame/death/death.lua:399
--
button2:SetCallback(function() SpectatorCameraTargetPrev() PlaySound(SOUNDS.BATTLEGROUND_SPECTATOR_CAMERA_PREVIOUS) self:UpdateDisplay() end)
ingame/death/death.lua:408
--
button3:SetCallback(function() SpectatorCameraTargetNext() PlaySound(SOUNDS.BATTLEGROUND_SPECTATOR_CAMERA_NEXT) self:UpdateDisplay() end)
ingame/death/death.lua:471
--
button1:SetCallback(Release)
ingame/death/death.lua:492
--
button1:SetCallback(Revive)
ingame/death/death.lua:495
--
button2:SetCallback(Release)
ingame/death/death.lua:533
--
button1:SetCallback(AcceptResurrect)
ingame/death/death.lua:537
--
button2:SetCallback(DeclineResurrect)
ingame/playertoplayer/playertoplayer.lua:107
--
self.promptKeybindButton1:SetCallback(function() self:OnPromptAccepted() end)
ingame/playertoplayer/playertoplayer.lua:111
--
self.promptKeybindButton2:SetCallback(function() self:OnPromptDeclined() end)
internalingame/marketannouncement/marketannouncement_shared.lua:36
--
self.closeButton:SetCallback(function() self:OnMarketAnnouncementCloseKeybind() end)
libraries/zo_dialog/zo_dialog.lua:1324
--
self:SetCallback(HandleCallback)
libraries/zo_dialog/zo_dialog.lua:1359
--
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:183
--
self:SetCallback(keybindDescriptor.callback)
libraries/zo_keybindbutton/zo_keybindbutton.lua:312
--
self:SetCallback(callbackFunction)
libraries/zo_keybindbutton/zo_keybindbutton.lua:389
--
self:SetCallback(callbackFunction)
libraries/zo_keybindstrip/zo_keybindstrip.lua:43
--
button:SetCallback(OnButtonClicked)
pregameandingame/screenadjust/screenadjust.lua:120
--
self.gamepadSaveButton:SetCallback(function() self:Save() end)
pregameandingame/screenadjust/screenadjust.lua:128
--
self.gamepadCancelButton:SetCallback(function() self:Cancel() end)
pregameandingame/screenadjust/screenadjust.lua:148
--
self.keyboardSaveButton:SetCallback(function() self:Save() end)
pregameandingame/screenadjust/screenadjust.lua:155
--
cancelButton:SetCallback(function() self:Cancel() end)