Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1056
COMMAND(mapareacheck,
"s"
);
1057
1058
void showmapstats()
1059
{
1060
conoutf(
"\f2Map quality stats"
);
1061
conoutf(
"this map %s"
, rnd(3) ?
"is great"
:
"sucks"
);
1062
}
1063
COMMAND(showmapstats,
""
);
1064
Callers
nothing calls this directly
Calls
1
conoutf
Function · 0.70
Tested by
no test coverage detected