Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ mon_track_clear
Function
mon_track_clear
src/monmove.c:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void
89
mon_track_clear(struct monst *mtmp)
90
{
91
memset(mtmp->mtrack, 0, sizeof(mtmp->mtrack));
92
}
93
94
/* check whether a monster is carrying a locking/unlocking tool */
95
boolean
Callers
6
rloc_to_core
Function · 0.85
findgd
Function · 0.85
mon_arrive
Function · 0.85
wake_nearto_core
Function · 0.85
clone_mon
Function · 0.85
monflee
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected