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

Function stopdemo

source/src/clientgame.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229VARP(autoscreenshot, 0, 0, 1);
230
231void stopdemo()
232{
233 if(watchingdemo) enddemoplayback();
234 else conoutf("not playing a demo");
235}
236COMMAND(stopdemo, "");
237
238// macros for playerinfo() & teaminfo(). Use this to replace pstats_xxx ?

Callers

nothing calls this directly

Calls 2

enddemoplaybackFunction · 0.85
conoutfFunction · 0.70

Tested by

no test coverage detected