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

Function do_move_west

src/cmd.c:1403–1408  ·  view source on GitHub ↗

move or attack */

Source from the content-addressed store, hash-verified

1401
1402/* move or attack */
1403int
1404do_move_west(void)
1405{
1406 set_move_cmd(DIR_W, 0);
1407 return ECMD_TIME;
1408}
1409
1410int
1411do_move_northwest(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected