MCPcopy 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
88void
89mon_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 */
95boolean

Callers 6

rloc_to_coreFunction · 0.85
findgdFunction · 0.85
mon_arriveFunction · 0.85
wake_nearto_coreFunction · 0.85
clone_monFunction · 0.85
monfleeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected