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