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

Method Config

src/game/server/entity.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 CTuningParams *TuningList() { return GameWorld()->TuningList(); }
67 CTuningParams *GetTuning(int i) { return GameWorld()->GetTuning(i); }
68 class CConfig *Config() { return m_pGameWorld->Config(); }
69 class CGameContext *GameServer() { return m_pGameWorld->GameServer(); }
70 class IServer *Server() { return m_pGameWorld->Server(); }
71 CCollision *Collision() { return m_pCCollision; }

Callers 2

IGameControllerMethod · 0.45
SetGameServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected