Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_move_north
Function
do_move_north
src/cmd.c:1417–1422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1415
}
1416
1417
int
1418
do_move_north(void)
1419
{
1420
set_move_cmd(DIR_N, 0);
1421
return ECMD_TIME;
1422
}
1423
1424
int
1425
do_move_northeast(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected