MCPcopy Create free account
hub / github.com/cppla/ServerStatus / CMain

Method CMain

server/src/main.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226CMain::CMain(CConfig Config) : m_Config(Config)
227{
228 mem_zero(m_aClients, sizeof(m_aClients));
229 for(int i = 0; i < NET_MAX_CLIENTS; i++)
230 m_aClients[i].m_ClientNetID = -1;
231}
232
233CMain::CClient *CMain::ClientNet(int ClientNetID)
234{

Callers

nothing calls this directly

Calls 1

mem_zeroFunction · 0.85

Tested by

no test coverage detected