MCPcopy Create free account
hub / github.com/NetHack/NetHack / canseemon

Function canseemon

src/display.c:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198#define see_with_infrared(mon) _see_with_infrared(mon)
199
200int
201canseemon(struct monst *mon)
202{
203 return _canseemon(mon);
204}
205#define canseemon(mon) _canseemon(mon)
206
207int

Callers 15

prisoner_speaksFunction · 0.85
mpickobjFunction · 0.85
relobjFunction · 0.85
potionhitFunction · 0.85
mhitm_mgc_atk_negatedFunction · 0.85
attack_checksFunction · 0.85
backstabbableFunction · 0.85
hmon_hitmon_weapon_meleeFunction · 0.85
hmon_hitmon_joustingFunction · 0.85
hmon_hitmon_msg_hitFunction · 0.85
hmon_hitmonFunction · 0.85
mhitm_ad_rustFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected