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

Function loopj

source/src/menus.cpp:1510–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508 draw_text(t, x, y);
1509 y += step*2;
1510 loopj(cdisp)
1511 {
1512 items[offset+j]->render(x, y, w);
1513 y += step;
1514 }
1515 if(synctabs) text_endcolumns();
1516 if(footer || hasdesc)
1517 {

Callers 15

findentityFunction · 0.70
moveplayerFunction · 0.70
loopvFunction · 0.70
privkey_from_preprivFunction · 0.70
loopiMethod · 0.70
loopvMethod · 0.70
removeconnectivityMethod · 0.70
findedgeMethod · 0.70
removenodesMethod · 0.70
loadMethod · 0.70
checkpingsFunction · 0.70
concFunction · 0.70

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected