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

Method OnGameOver

src/game/client/gameclient.cpp:1264–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262}
1263
1264void CGameClient::OnGameOver()
1265{
1266 if(Client()->State() != IClient::STATE_DEMOPLAYBACK && g_Config.m_ClEditor == 0)
1267 Client()->AutoScreenshot_Start();
1268}
1269
1270void CGameClient::OnStartGame()
1271{

Callers

nothing calls this directly

Calls 3

AutoScreenshot_StartMethod · 0.80
ClientFunction · 0.50
StateMethod · 0.45

Tested by

no test coverage detected