ESO Function Data v100013
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:84
--
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:97
--
self.cancelButton:SetCallback(function() self:RevertChanges() SCENE_MANAGER:Hide(self.sceneName) end)
ingame/death/death.lua:186
--
button1:SetCallback(function() ZO_WorldMap_ShowAvARespawns() ZO_WorldMap_ShowWorldMap() end)
ingame/death/death.lua:239
--
button1:SetCallback(function() ZO_WorldMap_ShowAvARespawns() ZO_WorldMap_ShowWorldMap() end)
ingame/death/death.lua:255
--
button2:SetCallback(Release)
ingame/death/death.lua:295
--
button1:SetCallback(Revive)
ingame/death/death.lua:298
--
button2:SetCallback(Release)
ingame/death/death.lua:330
--
button1:SetCallback(function() JoinRespawnQueue() button1:SetEnabled(false) end)
ingame/death/death.lua:365
--
button1:SetCallback(Release)
ingame/death/death.lua:386
--
button1:SetCallback(Revive)
ingame/death/death.lua:389
--
button2:SetCallback(Release)
ingame/death/death.lua:427
--
button1:SetCallback(AcceptResurrect)
ingame/death/death.lua:431
--
button2:SetCallback(DeclineResurrect)
ingame/playertoplayer/playertoplayer.lua:71
--
self.promptKeybindButton1:SetCallback(function() self:OnPromptAccepted() end)
ingame/playertoplayer/playertoplayer.lua:75
--
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:1161
--
self:SetCallback(HandleCallback)
libraries/zo_keybindbutton/zo_keybindbutton.lua:200
--
self:SetCallback(callbackFunction)
libraries/zo_keybindstrip/zo_keybindstrip.lua:40
--
button:SetCallback(OnButtonClicked)