Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ CreateMap
Function
CreateMap
src/engine/shared/map.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
extern std::unique_ptr<IMap> CreateMap()
206
{
207
return std::make_unique<CMap>();
208
}
Callers
5
OnConsoleInit
Method · 0.85
OnInit
Method · 0.85
OnInit
Method · 0.85
Load
Method · 0.85
CGameContext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected