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

Method init

source/src/menus.cpp:665–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663 }
664
665 virtual void init()
666 {
667 keynames[0] = 0;
668 for(keym **km = findbinda(bindcmd, bindtype); *km; km++) concatformatstring(keynames, " or %s", (*km)->name);
669 keyname = *keynames ? keynames + 4 : unknown;
670 capture = false;
671 menuheader(parent, NULL, NULL);
672 }
673
674 virtual int select()
675 {

Callers

nothing calls this directly

Calls 3

findbindaFunction · 0.85
concatformatstringFunction · 0.85
menuheaderFunction · 0.85

Tested by

no test coverage detected