Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
575
void NpcAnimationHandler::playAnimation(Handle::AnimationHandle anim)
576
{
577
getAnimHandler().playAnimation(anim);
578
}
579
580
void NpcAnimationHandler::playAnimation(const std::string& anim)
581
{
Callers
1
playAnimationTrans
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected