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

Function menuselection

source/src/menus.cpp:938–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936COMMAND(menurenderoffset, "ii");
937
938void menuselection(char *menu, int *line)
939{
940 if(!menu || !menus.access(menu)) return;
941 gmenu &m = menus[menu];
942 menuselect(&m, *line);
943}
944COMMAND(menuselection, "si");
945
946void menuitemgreyedout(int *onoff)

Callers

nothing calls this directly

Calls 2

menuselectFunction · 0.85
accessMethod · 0.80

Tested by

no test coverage detected