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

Function do_move_north

src/cmd.c:1417–1422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415}
1416
1417int
1418do_move_north(void)
1419{
1420 set_move_cmd(DIR_N, 0);
1421 return ECMD_TIME;
1422}
1423
1424int
1425do_move_northeast(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected