Back to Home
ESO Function Data v100031
SetUpdateCallback()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_trianglepicker/zo_trianglepicker.lua:220
--
function ZO_TrianglePicker:SetUpdateCallback(callback)
Local Function Definitions
libraries/zo_templates/windowtemplates.lua:474
--
local function SetUpdateCallback(self, updateCallback)
Function Calls
common/zo_keybindstrip/keybindstrip.lua:155
--
keybindControl:SetUpdateCallback(function(keybindControl) keybindControl:SetCustomKeyIcon(iconCallback()) end)
internalingame/marketannouncement/gamepad/marketannouncement_gamepad.lua:107
--
self.scrollButton:SetUpdateCallback(function(keybindButton) keybindButton:SetCustomKeyIcon(GetGamepadRightStickScrollIcon()) end)
pregame/charactercreate/zo_charactercreatetriangle_base.lua:22
--
picker:SetUpdateCallback(function(picker, x, y) self:SetValue(x, y) end)
pregameandingame/screenadjust/screenadjust.lua:63
--
growShrinkButton:SetUpdateCallback(function(keybindButton) keybindButton:SetCustomKeyIcon(GetGamepadLeftStickSlideAndScrollIcon()) end)