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

Method playAnimation

src/logic/NpcAnimationHandler.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void NpcAnimationHandler::playAnimation(Handle::AnimationHandle anim)
576{
577 getAnimHandler().playAnimation(anim);
578}
579
580void NpcAnimationHandler::playAnimation(const std::string& anim)
581{

Callers 1

playAnimationTransMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected