MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getAnimation

Method getAnimation

src/content/AnimationLibrary.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 Handle::AnimationHandle AnimationLibrary::getAnimation(const std::string& qname)
31 {
32 return m_World.getAnimationAllocator().getAnimation(qname);
33 }
34
35 Handle::AnimationHandle AnimationLibrary::getAnimation(const std::string& mesh_lib, const std::string& overlay, const std::string& name)
36 {

Callers 2

loadModelScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected