MCPcopy 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
19int CMap::GetDataSize(int Index) const
20{
21 return m_DataFile.GetDataSize(Index);
22}
23
24void *CMap::GetData(int Index)
25{

Callers 15

InitMethod · 0.45
LoadMapSettingsMethod · 0.45
OnMapLoadMethod · 0.45
OnMapLoadImplMethod · 0.45
LoadMenuBackgroundMethod · 0.45
LoadMethod · 0.45
GetRawDataMethod · 0.45
OnInitMethod · 0.45
OnMapChangeMethod · 0.45
LoadMapSettingsMethod · 0.45
ResaveMapFunction · 0.45
ProcessFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestMapFunction · 0.36