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

Method Con_StopRecord

src/engine/client/client.cpp:4146–4150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4144}
4145
4146void CClient::Con_StopRecord(IConsole::IResult *pResult, void *pUserData)
4147{
4148 CClient *pSelf = (CClient *)pUserData;
4149 pSelf->DemoRecorder(RECORDER_MANUAL)->Stop(IDemoRecorder::EStopMode::KEEP_FILE);
4150}
4151
4152void CClient::Con_AddDemoMarker(IConsole::IResult *pResult, void *pUserData)
4153{

Callers

nothing calls this directly

Calls 2

StopMethod · 0.45
DemoRecorderMethod · 0.45

Tested by

no test coverage detected