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

Function loopj

source/src/serverfiles.h:1339–1343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1337 {
1338 text[0] = '\0';
1339 loopj(MAXNICKFRAGMENTS)
1340 {
1341 int k = blacklines[i].frag[j];
1342 if(k >= 0) { concatstring(text, " "); concatstring(text, blfraglist[k]); }
1343 }
1344 mlog(ACLOG_VERBOSE, " %2d block%s%s", blacklines[i].line, blacklines[i].ignorecase ? "i" : "", text);
1345 }
1346 }

Callers 3

loadMethod · 0.70
initmapMethod · 0.70
loopvMethod · 0.70

Calls 1

concatstringFunction · 0.85

Tested by

no test coverage detected