- ingame/chatsystem/keyboard/keyboardchatsystem.lua:459 --
animation:SetHandler("OnPlay", OnPlay)
- ingame/chatsystem/keyboard/keyboardchatsystem.lua:460 --
animation:SetHandler("OnStop", OnStop)
- 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:254 --
animation:SetHandler("OnStop", self.animationOnStop, "ZO_CustomAnimationSceneFragment")
- libraries/zo_scene/zo_scenefragmenttemplates.lua:266 --
animation:SetHandler("OnStop", self.animationReverseOnStop, "ZO_CustomAnimationSceneFragment")
- libraries/zo_scene/zo_scenefragmenttemplates.lua:593 --
animation:SetHandler("OnStop", self.animationOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:603 --
animation:SetHandler("OnStop", self.animationOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:618 --
animation:SetHandler("OnStop", self.animationReverseOnStop)
- libraries/zo_scene/zo_scenefragmenttemplates.lua:625 --
animation:SetHandler("OnStop", self.animationReverseOnStop)
- libraries/zo_templates/scrolltemplates.lua:248 --
animation:SetHandler("OnStop", OnAnimationStop)
- libraries/zo_templates/statusbartemplates.lua:59 --
animation:SetHandler("OnStop", function(...) OnStopAnimation(...) end)