Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetDataSize
Method
GetDataSize
src/engine/shared/map.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
int CMap::GetDataSize(int Index) const
20
{
21
return m_DataFile.GetDataSize(Index);
22
}
23
24
void *CMap::GetData(int Index)
25
{
Callers
15
Init
Method · 0.45
LoadMapSettings
Method · 0.45
OnMapLoad
Method · 0.45
OnMapLoadImpl
Method · 0.45
LoadMenuBackground
Method · 0.45
Load
Method · 0.45
GetRawData
Method · 0.45
OnInit
Method · 0.45
OnMapChange
Method · 0.45
LoadMapSettings
Method · 0.45
ResaveMap
Function · 0.45
Process
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestMap
Function · 0.36