Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_move_southeast
Function
do_move_southeast
src/cmd.c:1438–1443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1436
}
1437
1438
int
1439
do_move_southeast(void)
1440
{
1441
set_move_cmd(DIR_SE, 0);
1442
return ECMD_TIME;
1443
}
1444
1445
int
1446
do_move_south(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected