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

Function listdemos

source/src/client.cpp:695–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693COMMAND(getdemo, "is");
694
695void listdemos()
696{
697 if(!multiplayer(NULL))
698 {
699 conoutf("\f3Listing demos from server is not available in singleplayer");
700 return;
701 }
702 conoutf("listing demos...");
703 addmsg(SV_LISTDEMOS, "r");
704}
705COMMAND(listdemos, "");
706
707void shiftgametime(int newmillis)

Callers

nothing calls this directly

Calls 3

multiplayerFunction · 0.85
addmsgFunction · 0.85
conoutfFunction · 0.70

Tested by

no test coverage detected