MCPcopy Index your code
hub / github.com/assaultcube/AC / loopvrev

Function loopvrev

source/src/rendertext.cpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 while(usedigraphs.length() <= (int)'\n') usedigraphs.add(NULL); // allocate hardcoded slots and skip slot 10 ('\n')
501 listfiles(IGRAPHPATH, "png", files);
502 loopvrev(files)
503 {
504 if(igraphsi.access(files[i])) delstring(files[i]);
505 else addigraph(files[i]);
506 }
507}
508COMMAND(updateigraphs, "");
509

Callers

nothing calls this directly

Calls 3

delstringFunction · 0.85
addigraphFunction · 0.85
accessMethod · 0.80

Tested by

no test coverage detected