MCPcopy Create free account
hub / github.com/comaps/comaps / ResetAnimations

Method ResetAnimations

libs/drape_frontend/user_event_stream.cpp:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void UserEventStream::ResetAnimations(Animation::Type animType, bool rewind, bool finishAll)
696{
697 bool const hasAnimations = m_animationSystem.HasAnimations();
698 m_animationSystem.FinishAnimations(animType, rewind, finishAll);
699 if (hasAnimations)
700 ApplyAnimations();
701}
702
703void UserEventStream::ResetAnimations(Animation::Type animType, std::string const & customType, bool rewind,
704 bool finishAll)

Callers

nothing calls this directly

Calls 2

HasAnimationsMethod · 0.80
FinishAnimationsMethod · 0.80

Tested by

no test coverage detected