Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4401
void
4402
wake_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 */
4408
void
Callers
15
potionhit
Function · 0.85
dip_potion_explosion
Function · 0.85
openone
Function · 0.85
mhitm_ad_dgst
Function · 0.85
explum
Function · 0.85
light_hits_gremlin
Function · 0.85
boulder_hits_pool
Function · 0.85
growl
Function · 0.85
yelp
Function · 0.85
whimper
Function · 0.85
domonnoise
Function · 0.85
were_change
Function · 0.85
Calls
1
wake_nearto_core
Function · 0.85
Tested by
no test coverage detected