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

Method SetLastRotation

Source/Graphics/animationreader.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void AnimationReader::SetLastRotation(float val) {
320 last_rotation = val;
321}
322
323float AnimationReader::GetLastRotation() {
324 return last_rotation;

Callers 1

ApplyAnimationFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected