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

Method AutoScreenshot_Start

src/engine/client/client.cpp:3572–3579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3570}
3571
3572void CClient::AutoScreenshot_Start()
3573{
3574 if(g_Config.m_ClAutoScreenshot)
3575 {
3576 Graphics()->TakeScreenshot("auto/autoscreen");
3577 m_AutoScreenshotRecycle = true;
3578 }
3579}
3580
3581void CClient::AutoStatScreenshot_Start()
3582{

Callers 1

OnGameOverMethod · 0.80

Calls 2

GraphicsFunction · 0.85
TakeScreenshotMethod · 0.80

Tested by

no test coverage detected