MCPcopy Create free account
hub / github.com/carbonengine/trinity / PlayAnimation

Method PlayAnimation

trinity/Tr2GrannyAnimation.cpp:1446–1449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444}
1445
1446bool Tr2GrannyAnimation::PlayAnimation( const char* animName, bool replace, int loopCount, float delay, float speed, bool clearWhenDone )
1447{
1448 return PlayLayerAnimationByName( nullptr, animName, replace, loopCount, delay, speed, clearWhenDone );
1449}
1450
1451bool Tr2GrannyAnimation::PlayLayerAnimationByName( const char* layerName, const char* animName, bool replace, int loopCount, float delay, float speed, bool clearWhenDone )
1452{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected