Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_move_northeast
Function
do_move_northeast
src/cmd.c:1424–1429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1422
}
1423
1424
int
1425
do_move_northeast(void)
1426
{
1427
set_move_cmd(DIR_NE, 0);
1428
return ECMD_TIME;
1429
}
1430
1431
int
1432
do_move_east(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected