Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
CMapItemGroup *CLayers::GetGroup(int Index) const
172
{
173
return static_cast<CMapItemGroup *>(m_pMap->GetItem(m_GroupsStart + Index));
174
}
175
176
CMapItemLayer *CLayers::GetLayer(int Index) const
177
{
Callers
nothing calls this directly
Calls
1
GetItem
Method · 0.45
Tested by
no test coverage detected