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

Method SetAbsoluteTime

Source/Graphics/animationreader.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void AnimationReader::SetAbsoluteTime(float time) {
255 Animation *anm = (Animation *)&(*anim);
256 SetTime(anm->NormalizedFromLocal(time));
257}
258
259bool AnimationReader::GetMobile() {
260 return mobile;

Callers 1

ApplyAnimationFlagsMethod · 0.80

Calls 1

NormalizedFromLocalMethod · 0.80

Tested by

no test coverage detected