Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetData
Method
GetData
src/engine/shared/map.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void *CMap::GetData(int Index)
25
{
26
return m_DataFile.GetData(Index);
27
}
28
29
void *CMap::GetDataSwapped(int Index)
30
{
Callers
13
ResaveMap
Function · 0.45
Process
Function · 0.45
Process
Function · 0.45
TestMap
Function · 0.45
ExtractMapImages
Function · 0.45
ExtractMapSounds
Function · 0.45
Process
Function · 0.45
main
Function · 0.45
SaveOutputMap
Function · 0.45
ReplaceAreaTiles
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestMap
Function · 0.36