MCPcopy Index your code
hub / github.com/NetHack/NetHack / mon_visible

Function mon_visible

src/display.c:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184#define mon_warning(mon) _mon_warning(mon)
185
186int
187mon_visible(struct monst *mon)
188{
189 return _mon_visible(mon);
190}
191#define mon_visible(mon) _mon_visible(mon)
192
193int

Callers 9

howmonseenFunction · 0.85
domove_coreFunction · 0.85
lookaroundFunction · 0.85
mswingsmFunction · 0.85
gd_letknowFunction · 0.85
dog_eatFunction · 0.85
newsymFunction · 0.85
mswingsFunction · 0.85
explmuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected