MCPcopy Create free account
hub / github.com/NetHack/NetHack / do_move_northeast

Function do_move_northeast

src/cmd.c:1424–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422}
1423
1424int
1425do_move_northeast(void)
1426{
1427 set_move_cmd(DIR_NE, 0);
1428 return ECMD_TIME;
1429}
1430
1431int
1432do_move_east(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected