Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_move_northwest
Function
do_move_northwest
src/cmd.c:1410–1415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1408
}
1409
1410
int
1411
do_move_northwest(void)
1412
{
1413
set_move_cmd(DIR_NW, 0);
1414
return ECMD_TIME;
1415
}
1416
1417
int
1418
do_move_north(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected