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

Function see_with_infrared

src/display.c:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191#define mon_visible(mon) _mon_visible(mon)
192
193int
194see_with_infrared(struct monst *mon)
195{
196 return _see_with_infrared(mon);
197}
198#define see_with_infrared(mon) _see_with_infrared(mon)
199
200int

Callers 3

do_mgivennameFunction · 0.85
howmonseenFunction · 0.85
newsymFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected