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

Method Client

server/src/main.h:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 double hdd_used, double io_read, double io_write, double cpu,double online4, double online6);
147
148 CClient *Client(int ClientID) { return &m_aClients[ClientID]; }
149 CClient *ClientNet(int ClientNetID);
150 const CConfig *Config() const { return &m_Config; }
151 int ClientNetToClient(int ClientNetID);

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected