Back to Home
ESO Function Data v101045
SetUpdateFunction()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- No known global definitions for this function.
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/centerscreenannounce/centerscreenannounce.lua:1175 -- containerHeightAnimation:SetUpdateFunction(function(animation, progress) self:SetMajorLineContainerHeight(progress) end)
- ingame/champion/champion.lua:412 -- self.closeCloudsTimeline:GetFirstAnimation():SetUpdateFunction(function(animation, progress)
UpdateCloseClouds(self.closeClouds1Node, self.closeClouds1Texture, (progress + PROGRESS_OFFSET) % 1 )
UpdateCloseClouds(self.closeClouds2Node, self.closeClouds2Texture, (progress + PROGRESS_OFFSET + 0.5) % 1)
end)
- ingame/crowncrates/crowncrates.lua:163 -- self.gemsUpdateCountAnimationTimeline:GetAnimation(1):SetUpdateFunction(function(animation, progress)
self:UpdateGemsAnimation(self, progress)
end)
- ingame/map/worldmap.lua:4478 -- fadeAnimation:SetUpdateFunction(function(_, progress)
self.blobNameLabelFadeProgress = progress
self.blobNamesDirty = true
end)
- internalingame/scrying/scrying.lua:1392 -- self.endOfGameTimeline:GetFirstAnimation():SetUpdateFunction(function(...)
self.board:OnEndOfGameTimelineUpdate(...)
self.normalActionMeter:OnEndOfGameTimelineUpdate(...)
end)
- libraries/utility/zo_scrollanimationutils.lua:71 -- animation:SetUpdateFunction(ZO_OnAnimationUpdate)
- libraries/zo_templates/scrolltemplates.lua:247 -- animation:SetUpdateFunction(OnScrollAnimationUpdate)
- libraries/zo_templates/statusbartemplates.lua:58 -- animation:GetFirstAnimation():SetUpdateFunction(OnAnimationTransitionUpdate)
- libraries/zo_tree/zo_tree.lua:700 -- customAnim:SetUpdateFunction(function(animation, progress) self:SetOpenPercentage(progress) end)
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:347 -- self.showTimeline:GetAnimation(2):SetUpdateFunction(function(...) self:OnZoomAnimationUpdate(...) end)