Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ mon_warning
Function
mon_warning
src/display.c:179–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
#define sensemon(mon) _sensemon(mon)
178
179
int
180
mon_warning(struct monst *mon)
181
{
182
return _mon_warning(mon);
183
}
184
#define mon_warning(mon) _mon_warning(mon)
185
186
int
Callers
4
display_warning
Function · 0.85
warning_of
Function · 0.85
mon_overrides_region
Function · 0.85
newsym
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected