MCPcopy 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
3963void CServer::ConMapReload(IConsole::IResult *pResult, void *pUser)
3964{
3965 ((CServer *)pUser)->ReloadMap();
3966}
3967
3968void CServer::ConLogout(IConsole::IResult *pResult, void *pUser)
3969{

Callers

nothing calls this directly

Calls 1

ReloadMapMethod · 0.80

Tested by

no test coverage detected