Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetItemSize
Method
GetItemSize
src/engine/shared/map.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
int CMap::GetItemSize(int Index)
50
{
51
return m_DataFile.GetItemSize(Index);
52
}
53
54
void *CMap::GetItem(int Index, int *pType, int *pId)
55
{
Callers
15
LoadMapSettings
Method · 0.45
TranslateSnap
Method · 0.45
Load
Method · 0.45
CMapBasedEnvelopePointAccess
Method · 0.45
OnMapChange
Method · 0.45
LoadMapSettings
Method · 0.45
ResaveMap
Function · 0.45
Process
Function · 0.45
TestMap
Function · 0.45
UnpackAndValidateSnapshot
Method · 0.45
SnapGetItem
Method · 0.45
Process
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestMap
Function · 0.36
TEST
Function · 0.36