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

Method HasMapAnimations

libs/drape_frontend/animation_system.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool AnimationSystem::HasMapAnimations() const
151{
152 if (AnimationExists(Animation::Object::MapPlane))
153 return true;
154
155 if (AnimationExists(Animation::Object::Selection))
156 return true;
157
158 return false;
159}
160
161AnimationSystem & AnimationSystem::Instance()
162{

Callers 1

RenderFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected