MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / DrawDebug

Method DrawDebug

TombEngine/Game/Hud/Speedometer.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void SpeedometerController::DrawDebug() const
92 {
93 PrintDebugMessage("SPEEDOMETER DEBUG");
94 PrintDebugMessage("Value: %.3f", _value);
95 PrintDebugMessage("Pointer angle: %.3f", _pointerAngle);
96 PrintDebugMessage("Opacity: %.3f", _opacity);
97 PrintDebugMessage("Life: %.3f", _life / FPS);
98 }
99}

Callers 1

HandlePlayerDebugFunction · 0.45

Calls 1

PrintDebugMessageFunction · 0.85

Tested by

no test coverage detected