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

Method StopRecord

src/engine/server/server.cpp:3897–3903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3895}
3896
3897void CServer::StopRecord(int ClientId)
3898{
3899 if(IsRecording(ClientId))
3900 {
3901 m_aDemoRecorder[ClientId].Stop(IDemoRecorder::EStopMode::REMOVE_FILE);
3902 }
3903}
3904
3905bool CServer::IsRecording(int ClientId)
3906{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected