Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
int
201
canseemon(struct monst *mon)
202
{
203
return _canseemon(mon);
204
}
205
#define canseemon(mon) _canseemon(mon)
206
207
int
Callers
15
prisoner_speaks
Function · 0.85
mpickobj
Function · 0.85
relobj
Function · 0.85
potionhit
Function · 0.85
mhitm_mgc_atk_negated
Function · 0.85
attack_checks
Function · 0.85
backstabbable
Function · 0.85
hmon_hitmon_weapon_melee
Function · 0.85
hmon_hitmon_jousting
Function · 0.85
hmon_hitmon_msg_hit
Function · 0.85
hmon_hitmon
Function · 0.85
mhitm_ad_rust
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected