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

Function loopvrev

source/src/zip.cpp:583–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581void zipmodclear()
582{
583 loopvrev(archives)
584 {
585 ziparchive *a = archives[i];
586 if(a->openfiles)
587 {
588 conoutf("zip %s has %d open files", a->name, a->openfiles);
589 continue;
590 }
591 delete archives.remove(i);
592 }
593 rebuildzipfilehashtable();
594}
595COMMAND(zipmodclear, "");

Callers 15

cleartodoentitiesFunction · 0.70
readmapsthreadFunction · 0.70
sortmapmodelslotsFunction · 0.70
loadallmapmodelsFunction · 0.70
delauthkeyFunction · 0.70
getauthkeyFunction · 0.70
dumpexecutionstackFunction · 0.70
clearheaderextrasFunction · 0.70
getxmapbynickFunction · 0.70
zipmodlistFunction · 0.70
getmapsoundlistFunction · 0.70
sortmapsoundslotsFunction · 0.70

Calls 2

conoutfFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected