MCPcopy Index your code
hub / github.com/NetHack/NetHack / wake_nearto

Function wake_nearto

src/mon.c:4401–4405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4399}
4400
4401void
4402wake_nearto(coordxy x, coordxy y, int distance)
4403{
4404 wake_nearto_core(x, y, distance, FALSE);
4405}
4406
4407/* NOTE: we must check for mimicry before calling this routine */
4408void

Callers 15

potionhitFunction · 0.85
dip_potion_explosionFunction · 0.85
openoneFunction · 0.85
mhitm_ad_dgstFunction · 0.85
explumFunction · 0.85
light_hits_gremlinFunction · 0.85
boulder_hits_poolFunction · 0.85
growlFunction · 0.85
yelpFunction · 0.85
whimperFunction · 0.85
domonnoiseFunction · 0.85
were_changeFunction · 0.85

Calls 1

wake_nearto_coreFunction · 0.85

Tested by

no test coverage detected