- ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:190 --
animation:SetHandler("OnStop", function(_, animatingControl) animatingControl:SetMouseEnabled(true) end)
- ingame/unitattributevisualizer/modules/shrinkexpand.lua:29 --
animation:SetHandler("OnPlay", OnPlay)
- ingame/unitattributevisualizer/modules/shrinkexpand.lua:40 --
animation:SetHandler("OnStop", OnStop)
- ingame/unitattributevisualizer/modules/unwavering.lua:99 --
animation:SetHandler("OnPlay", function()
self:GetOwner():NotifyTakingControlOf(bar)
if bar.warner then
bar.warner:SetPaused(false)
end
end)
- ingame/unitattributevisualizer/modules/unwavering.lua:106 --
animation:SetHandler("OnStop", function()
self:GetOwner():NotifyEndingControlOf(bar)
if bar.warner then
bar.warner:SetPaused(true)
end
end)
- libraries/utility/zo_scrollanimationutils.lua:73 --
animation:SetHandler("OnStop", ZO_OnAnimationStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:121 --
animation:SetHandler("OnStop", self.animationOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:138 --
animation:SetHandler("OnStop", self.animationReverseOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:499 --
animation:SetHandler("OnStop", self.animationOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:509 --
animation:SetHandler("OnStop", self.animationOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:524 --
animation:SetHandler("OnStop", self.animationReverseOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:533 --
animation:SetHandler("OnStop", self.animationReverseOnStop)
- libraries/zo_templates/scrolltemplates.lua:242 --
animation:SetHandler("OnStop", OnAnimationStop)
- libraries/zo_templates/statusbartemplates.lua:45 --
animation:SetHandler("OnStop", function(...) OnStopAnimation(...) end)