Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_rush_west
Function
do_rush_west
src/cmd.c:1460–1465 ·
view source on GitHub ↗
rush */
Source
from the content-addressed store, hash-verified
1458
1459
/* rush */
1460
int
1461
do_rush_west(void)
1462
{
1463
set_move_cmd(DIR_W, 3);
1464
return ECMD_TIME;
1465
}
1466
1467
int
1468
do_rush_northwest(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected