Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_rush_northwest
Function
do_rush_northwest
src/cmd.c:1467–1472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1465
}
1466
1467
int
1468
do_rush_northwest(void)
1469
{
1470
set_move_cmd(DIR_NW, 3);
1471
return ECMD_TIME;
1472
}
1473
1474
int
1475
do_rush_north(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected