Back to Home
ESO Function Data v100017
SetCallback()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_keybindbutton.lua:130
--
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:172
--
button1:SetCallback(function() ZO_WorldMap_ShowAvARespawns() ZO_WorldMap_ShowWorldMap() end)
ingame/death/death.lua:225
--
button1:SetCallback(function() ZO_WorldMap_ShowAvARespawns() ZO_WorldMap_ShowWorldMap() end)
ingame/death/death.lua:241
--
button2:SetCallback(Release)
ingame/death/death.lua:302
--
button1:SetCallback(Revive)
ingame/death/death.lua:305
--
button2:SetCallback(Release)
ingame/death/death.lua:338
--
button1:SetCallback(JoinRespawnQueue)
ingame/death/death.lua:355
--
button1:SetCallback(Release)
ingame/death/death.lua:376
--
button1:SetCallback(Revive)
ingame/death/death.lua:379
--
button2:SetCallback(Release)
ingame/death/death.lua:418
--
button1:SetCallback(AcceptResurrect)
ingame/death/death.lua:422
--
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:1164
--
self:SetCallback(HandleCallback)
libraries/zo_keybindbutton/zo_keybindbutton.lua:200
--
self:SetCallback(callbackFunction)
libraries/zo_keybindstrip/zo_keybindstrip.lua:47
--
button:SetCallback(OnButtonClicked)