MCPcopy 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
1445int
1446do_move_south(void)
1447{
1448 set_move_cmd(DIR_S, 0);
1449 return ECMD_TIME;
1450}
1451
1452int
1453do_move_southwest(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected