MCPcopy 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
24void *CMap::GetData(int Index)
25{
26 return m_DataFile.GetData(Index);
27}
28
29void *CMap::GetDataSwapped(int Index)
30{

Callers 13

ResaveMapFunction · 0.45
ProcessFunction · 0.45
ProcessFunction · 0.45
TestMapFunction · 0.45
ExtractMapImagesFunction · 0.45
ExtractMapSoundsFunction · 0.45
ProcessFunction · 0.45
mainFunction · 0.45
SaveOutputMapFunction · 0.45
ReplaceAreaTilesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestMapFunction · 0.36