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

Method Config

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

Source from the content-addressed store, hash-verified

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);
152};
153

Callers 3

NewClientCallbackMethod · 0.80
DelClientCallbackMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected