Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
int
187
mon_visible(struct monst *mon)
188
{
189
return _mon_visible(mon);
190
}
191
#define mon_visible(mon) _mon_visible(mon)
192
193
int
Callers
9
howmonseen
Function · 0.85
domove_core
Function · 0.85
lookaround
Function · 0.85
mswingsm
Function · 0.85
gd_letknow
Function · 0.85
dog_eat
Function · 0.85
newsym
Function · 0.85
mswings
Function · 0.85
explmu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected