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

Function do_rush_northwest

src/cmd.c:1467–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467int
1468do_rush_northwest(void)
1469{
1470 set_move_cmd(DIR_NW, 3);
1471 return ECMD_TIME;
1472}
1473
1474int
1475do_rush_north(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected