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

Method Console

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

Source from the content-addressed store, hash-verified

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; }
94 class IEngineAntibot *Antibot() { return m_pAntibot; }
95 class CDbConnectionPool *DbPool() { return m_pConnectionPool; }

Callers 15

LogMethod · 0.45
ConBanExtMethod · 0.45
DelClientCallbackMethod · 0.45
ConStatusMethod · 0.45
ConAuthAddMethod · 0.45
ConAuthAddHashedMethod · 0.45
ConAuthUpdateMethod · 0.45
ConAuthUpdateHashedMethod · 0.45
ConAuthRemoveMethod · 0.45
ConRecordMethod · 0.45
ConShowIpsMethod · 0.45
ConHideAuthStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected