| 1444 | } |
| 1445 | |
| 1446 | bool 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 | |
| 1451 | bool Tr2GrannyAnimation::PlayLayerAnimationByName( const char* layerName, const char* animName, bool replace, int loopCount, float delay, float speed, bool clearWhenDone ) |
| 1452 | { |
no outgoing calls
no test coverage detected