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

Function getusedigraph

source/src/rendertext.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508COMMAND(updateigraphs, "");
509
510igraph *getusedigraph(int i)
511{
512 if(usedigraphs.inrange(i)) return usedigraphs[i];
513 return NULL;
514}
515
516int getigraph(const char *mnem)
517{

Callers 1

loopvFunction · 0.85

Calls 1

inrangeMethod · 0.80

Tested by

no test coverage detected