MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetDataString

Method GetDataString

src/engine/shared/map.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34const char *CMap::GetDataString(int Index)
35{
36 return m_DataFile.GetDataString(Index);
37}
38
39void CMap::UnloadData(int Index)
40{

Callers 10

OnMapLoadMethod · 0.45
OnMapLoadImplMethod · 0.45
LoadMethod · 0.45
PrintMapInfoFunction · 0.45
ExtractMapImagesFunction · 0.45
ExtractMapSoundsFunction · 0.45
CheckImageDimensionsFunction · 0.45
ReplaceImageItemFunction · 0.45
ReplaceImageItemFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36