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

Method Init

src/game/server/gameworld.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void CGameWorld::Init(CCollision *pCollision, CTuningParams *pTuningList)
49{
50 m_Core.InitSwitchers(pCollision->m_HighestSwitchNumber);
51 m_pTuningList = pTuningList;
52}
53
54CEntity *CGameWorld::FindFirst(int Type)
55{

Callers 3

OnInitMethod · 0.45
SpawnMethod · 0.45
TickDeferredMethod · 0.45

Calls 1

InitSwitchersMethod · 0.80

Tested by

no test coverage detected