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

Method GameServer

src/engine/server/server.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88public:
89 class IGameServer *GameServer() { return m_pGameServer; }
90 class CConfig *Config() { return m_pConfig; }
91 const CConfig *Config() const { return m_pConfig; }
92 class IConsole *Console() { return m_pConsole; }

Callers 7

ClientRejoinCallbackMethod · 0.45
NewClientCallbackMethod · 0.45
DelClientCallbackMethod · 0.45
ConRecordMethod · 0.45
ConchainMapUpdateMethod · 0.45
ConchainSixupUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected