Back to Home
ESO Function Data v101044
SetTransitionAnimationStartedCallback()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/labeltemplates_shared.lua:847
--
function ZO_RollingMeterLabelTransition:SetTransitionAnimationStartedCallback(callbackFunction)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/endlessdungeon/endlessdungeonhud.lua:38
--
self.scoreLabelTransitionManager:SetTransitionAnimationStartedCallback(function(rollingMeterLabel, currentStep, numSteps, currentValue, targetValue) if currentValue == targetValue and not self.fragment:IsHidden() then PlaySound(SOUNDS.ENDLESS_DUNGEON_SCORE_FINAL_FLIP) end end)
libraries/zo_templates/labeltemplates_shared.lua:829
--
self:SetTransitionAnimationStartedCallback(nil)