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

Method IsRecording

src/engine/server/server.cpp:3905–3908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3903}
3904
3905bool CServer::IsRecording(int ClientId)
3906{
3907 return m_aDemoRecorder[ClientId].IsRecording();
3908}
3909
3910void CServer::StopDemos()
3911{

Callers 15

OnNewSnapshotMethod · 0.45
AddInfosMethod · 0.45
CheckStartMethod · 0.45
CheckStartLocalMethod · 0.45
StopRecordMethod · 0.45
SaveGhostMethod · 0.45
RenderGameMethod · 0.45
RenderGhostMethod · 0.45
TickMethod · 0.45
StopRecordingMethod · 0.45
SendMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected