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

Method close

source/src/menus.cpp:1325–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323}
1324
1325void gmenu::close()
1326{
1327 if(items.inrange(menusel)) items[menusel]->focus(false);
1328}
1329
1330void gmenu::conprintmenu()
1331{

Callers 2

menusetFunction · 0.45
closemenuFunction · 0.45

Calls 2

inrangeMethod · 0.80
focusMethod · 0.45

Tested by

no test coverage detected