Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
CMapItemLayer *CLayers::GetLayer(int Index) const
177
{
178
return static_cast<CMapItemLayer *>(m_pMap->GetItem(m_LayersStart + Index));
179
}
Callers
3
OnMapLoad
Method · 0.80
OnMapLoadImpl
Method · 0.80
Load
Method · 0.80
Calls
1
GetItem
Method · 0.45
Tested by
no test coverage detected