MCPcopy 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
172int
173sensemon(struct monst *mon)
174{
175 return _sensemon(mon);
176}
177#define sensemon(mon) _sensemon(mon)
178
179int

Callers 15

do_mgivennameFunction · 0.85
mfind0Function · 0.85
attack_checksFunction · 0.85
shade_missFunction · 0.85
disguised_as_non_monFunction · 0.85
rloc_to_coreFunction · 0.85
domove_bump_monFunction · 0.85
domove_attackmon_atFunction · 0.85
domove_coreFunction · 0.85
spoteffectsFunction · 0.85
mattackmFunction · 0.85
display_monsterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected