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

Function do_rush_west

src/cmd.c:1460–1465  ·  view source on GitHub ↗

rush */

Source from the content-addressed store, hash-verified

1458
1459/* rush */
1460int
1461do_rush_west(void)
1462{
1463 set_move_cmd(DIR_W, 3);
1464 return ECMD_TIME;
1465}
1466
1467int
1468do_rush_northwest(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected