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

Method GetLayer

src/game/layers.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176CMapItemLayer *CLayers::GetLayer(int Index) const
177{
178 return static_cast<CMapItemLayer *>(m_pMap->GetItem(m_LayersStart + Index));
179}

Callers 3

OnMapLoadMethod · 0.80
OnMapLoadImplMethod · 0.80
LoadMethod · 0.80

Calls 1

GetItemMethod · 0.45

Tested by

no test coverage detected