MCPcopy 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
1431int
1432do_move_east(void)
1433{
1434 set_move_cmd(DIR_E, 0);
1435 return ECMD_TIME;
1436}
1437
1438int
1439do_move_southeast(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected