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

Method AutoCSV_Cleanup

src/engine/client/client.cpp:3624–3636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3622}
3623
3624void CClient::AutoCSV_Cleanup()
3625{
3626 if(m_AutoCSVRecycle)
3627 {
3628 if(g_Config.m_ClAutoCSVMax)
3629 {
3630 // clean up auto csvs
3631 CFileCollection AutoRecord;
3632 AutoRecord.Init(Storage(), "record/csv", "autorecord", ".csv", g_Config.m_ClAutoCSVMax);
3633 }
3634 m_AutoCSVRecycle = false;
3635 }
3636}
3637
3638void CClient::Con_Screenshot(IConsole::IResult *pResult, void *pUserData)
3639{

Callers

nothing calls this directly

Calls 2

StorageFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected