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

Method NumGroups

src/game/layers.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 void Unload();
18
19 int NumGroups() const { return m_GroupsNum; }
20 int NumLayers() const { return m_LayersNum; }
21 IMap *Map() const { return m_pMap; }
22 CMapItemGroup *GameGroup() const { return m_pGameGroup; }

Callers 3

OnMapLoadMethod · 0.80
OnMapLoadImplMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected