MCPcopy Index your code
hub / github.com/NetHack/NetHack / here_cmd_menu

Function here_cmd_menu

src/cmd.c:4898–4903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4896}
4897
4898staticfn char
4899here_cmd_menu(void)
4900{
4901 there_cmd_menu(u.ux, u.uy, CLICK_1);
4902 return '\0';
4903}
4904
4905void
4906click_to_cmd(coordxy x, coordxy y, int mod)

Callers 2

doherecmdmenuFunction · 0.85
dotherecmdmenuFunction · 0.85

Calls 1

there_cmd_menuFunction · 0.85

Tested by

no test coverage detected