MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ClearBlendAnimation

Method ClearBlendAnimation

Source/Graphics/animationclient.cpp:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void AnimationClient::ClearBlendAnimation() {
510 reader.ClearBlendAnim();
511}
512
513float AnimationClient::GetAnimationEventTime(const std::string &event_name) const {
514 return reader.GetAnimationEventTime(event_name, blendmap);

Callers 1

CheckItemAnimBlendsMethod · 0.80

Calls 1

ClearBlendAnimMethod · 0.80

Tested by

no test coverage detected