Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void *CMap::GetDataSwapped(int Index)
30
{
31
return m_DataFile.GetDataSwapped(Index);
32
}
33
34
const char *CMap::GetDataString(int Index)
35
{
Callers
5
OnMapLoad
Method · 0.45
Load
Method · 0.45
OnInit
Method · 0.45
FindEnv
Function · 0.45
ReplaceAreaQuads
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected