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

Function mmfullname

source/src/protocol.cpp:515–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513const char *modestr(int n, bool acronyms) { return acronyms ? acronymmodestr (n) : fullmodestr(n); }
514const char *voteerrorstr(int n) { return (n>=0 && (size_t)n < sizeof(voteerrors)/sizeof(voteerrors[0])) ? voteerrors[n] : "unknown"; }
515const char *mmfullname(int n) { return (n>=0 && n < MM_NUM) ? mmfullnames[n] : "unknown"; }
516
517int defaultgamelimit(int gamemode) { return m_teammode ? 15 : 10; }
518

Callers 4

mastermodeactionMethod · 0.85
checkpingsFunction · 0.85
loggamestatusFunction · 0.85
votestringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected