MCPcopy Create free account
hub / github.com/ddnet/ddnet / RaceRecord_Stop

Method RaceRecord_Stop

src/engine/client/client.cpp:5061–5067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5059}
5060
5061void CClient::RaceRecord_Stop()
5062{
5063 if(m_aDemoRecorder[RECORDER_RACE].IsRecording())
5064 {
5065 m_aDemoRecorder[RECORDER_RACE].Stop(IDemoRecorder::EStopMode::KEEP_FILE);
5066 }
5067}
5068
5069bool CClient::RaceRecord_IsRecording()
5070{

Callers 2

OnNewSnapshotMethod · 0.80
StopRecordMethod · 0.80

Calls 2

IsRecordingMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected