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

Method ResetDDNetInfoTask

src/engine/client/client.cpp:2418–2425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2416}
2417
2418void CClient::ResetDDNetInfoTask()
2419{
2420 if(m_pDDNetInfoTask)
2421 {
2422 m_pDDNetInfoTask->Abort();
2423 m_pDDNetInfoTask = nullptr;
2424 }
2425}
2426
2427typedef std::tuple<int, int, int> TVersion;
2428static const TVersion gs_InvalidVersion = std::make_tuple(-1, -1, -1);

Callers

nothing calls this directly

Calls 1

AbortMethod · 0.45

Tested by

no test coverage detected