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

Method Config

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

Source from the content-addressed store, hash-verified

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; }
93 class IStorage *Storage() { return m_pStorage; }

Callers 8

ConStatusMethod · 0.45
ConAddSqlServerMethod · 0.45
ConchainMapUpdateMethod · 0.45
ConchainInputFifoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected