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

Method AutoStatScreenshot_Start

src/engine/client/client.cpp:3581–3588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3579}
3580
3581void CClient::AutoStatScreenshot_Start()
3582{
3583 if(g_Config.m_ClAutoStatboardScreenshot)
3584 {
3585 Graphics()->TakeScreenshot("auto/stats/autoscreen");
3586 m_AutoStatScreenshotRecycle = true;
3587 }
3588}
3589
3590void CClient::AutoScreenshot_Cleanup()
3591{

Callers 1

AutoStatScreenshotMethod · 0.80

Calls 2

GraphicsFunction · 0.85
TakeScreenshotMethod · 0.80

Tested by

no test coverage detected