Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetItem
Method
GetItem
src/engine/shared/map.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void *CMap::GetItem(int Index, int *pType, int *pId)
55
{
56
return m_DataFile.GetItem(Index, pType, pId);
57
}
58
59
void CMap::GetType(int Type, int *pStart, int *pNum)
60
{
Callers
15
GetGroup
Method · 0.45
GetLayer
Method · 0.45
ProcessDemoSnapshot
Method · 0.45
LoadMapSettings
Method · 0.45
TranslateSnap
Method · 0.45
OnMapLoad
Method · 0.45
OnMapLoadImpl
Method · 0.45
EnvelopeEval
Method · 0.45
Load
Method · 0.45
CMapBasedEnvelopePointAccess
Method · 0.45
CalculateExtrema
Method · 0.45
OnMapChange
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestMap
Function · 0.36
TEST
Function · 0.36