Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ ConMapReload
Method
ConMapReload
src/engine/server/server.cpp:3963–3966 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3961
}
3962
3963
void CServer::ConMapReload(IConsole::IResult *pResult, void *pUser)
3964
{
3965
((CServer *)pUser)->ReloadMap();
3966
}
3967
3968
void CServer::ConLogout(IConsole::IResult *pResult, void *pUser)
3969
{
Callers
nothing calls this directly
Calls
1
ReloadMap
Method · 0.80
Tested by
no test coverage detected