Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ sensemon
Function
sensemon
src/display.c:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
#define tp_sensemon(mon) _tp_sensemon(mon)
171
172
int
173
sensemon(struct monst *mon)
174
{
175
return _sensemon(mon);
176
}
177
#define sensemon(mon) _sensemon(mon)
178
179
int
Callers
15
do_mgivenname
Function · 0.85
mfind0
Function · 0.85
attack_checks
Function · 0.85
shade_miss
Function · 0.85
disguised_as_non_mon
Function · 0.85
rloc_to_core
Function · 0.85
domove_bump_mon
Function · 0.85
domove_attackmon_at
Function · 0.85
domove_core
Function · 0.85
spoteffects
Function · 0.85
mattackm
Function · 0.85
display_monster
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected