Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_move_east
Function
do_move_east
src/cmd.c:1431–1436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1429
}
1430
1431
int
1432
do_move_east(void)
1433
{
1434
set_move_cmd(DIR_E, 0);
1435
return ECMD_TIME;
1436
}
1437
1438
int
1439
do_move_southeast(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected