Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3905
bool CServer::IsRecording(int ClientId)
3906
{
3907
return m_aDemoRecorder[ClientId].IsRecording();
3908
}
3909
3910
void CServer::StopDemos()
3911
{
Callers
15
OnNewSnapshot
Method · 0.45
AddInfos
Method · 0.45
CheckStart
Method · 0.45
CheckStartLocal
Method · 0.45
StopRecord
Method · 0.45
SaveGhost
Method · 0.45
RenderRecordingNotification
Method · 0.45
RenderGame
Method · 0.45
RenderGhost
Method · 0.45
Tick
Method · 0.45
StopRecording
Method · 0.45
SendMsg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected