Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_move_south
Function
do_move_south
src/cmd.c:1445–1450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1443
}
1444
1445
int
1446
do_move_south(void)
1447
{
1448
set_move_cmd(DIR_S, 0);
1449
return ECMD_TIME;
1450
}
1451
1452
int
1453
do_move_southwest(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected