Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
1403
int
1404
do_move_west(void)
1405
{
1406
set_move_cmd(DIR_W, 0);
1407
return ECMD_TIME;
1408
}
1409
1410
int
1411
do_move_northwest(void)
Callers
nothing calls this directly
Calls
1
set_move_cmd
Function · 0.85
Tested by
no test coverage detected