Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1325
void gmenu::close()
1326
{
1327
if(items.inrange(menusel)) items[menusel]->focus(false);
1328
}
1329
1330
void gmenu::conprintmenu()
1331
{
Callers
2
menuset
Function · 0.45
closemenu
Function · 0.45
Calls
2
inrange
Method · 0.80
focus
Method · 0.45
Tested by
no test coverage detected