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

Function showmapstats

source/src/world.cpp:1058–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056COMMAND(mapareacheck, "s");
1057
1058void showmapstats()
1059{
1060 conoutf("\f2Map quality stats");
1061 conoutf("this map %s", rnd(3) ? "is great" : "sucks");
1062}
1063COMMAND(showmapstats, "");
1064

Callers

nothing calls this directly

Calls 1

conoutfFunction · 0.70

Tested by

no test coverage detected