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

Method GetGroup

src/game/layers.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171CMapItemGroup *CLayers::GetGroup(int Index) const
172{
173 return static_cast<CMapItemGroup *>(m_pMap->GetItem(m_GroupsStart + Index));
174}
175
176CMapItemLayer *CLayers::GetLayer(int Index) const
177{

Callers

nothing calls this directly

Calls 1

GetItemMethod · 0.45

Tested by

no test coverage detected