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

Method GetDataSwapped

src/engine/shared/map.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void *CMap::GetDataSwapped(int Index)
30{
31 return m_DataFile.GetDataSwapped(Index);
32}
33
34const char *CMap::GetDataString(int Index)
35{

Callers 5

OnMapLoadMethod · 0.45
LoadMethod · 0.45
OnInitMethod · 0.45
FindEnvFunction · 0.45
ReplaceAreaQuadsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected