MCPcopy Create free account
hub / github.com/assaultcube/AC / startdemoplayback

Function startdemoplayback

source/src/server.cpp:2350–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2348}
2349
2350void startdemoplayback(const char *newname)
2351{
2352 if(isdedicated) return;
2353 resetserver(newname, GMODE_DEMO, -1);
2354 setupdemoplayback();
2355}
2356
2357void startgame(const char *newname, int newmode, int newtime, bool notify)
2358{

Callers 2

performMethod · 0.85
startgameFunction · 0.85

Calls 2

resetserverFunction · 0.85
setupdemoplaybackFunction · 0.85

Tested by

no test coverage detected