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

Method ConStopRecord

src/engine/server/server.cpp:3958–3961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3956}
3957
3958void CServer::ConStopRecord(IConsole::IResult *pResult, void *pUser)
3959{
3960 ((CServer *)pUser)->m_aDemoRecorder[RECORDER_MANUAL].Stop(IDemoRecorder::EStopMode::KEEP_FILE);
3961}
3962
3963void CServer::ConMapReload(IConsole::IResult *pResult, void *pUser)
3964{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected