MCPcopy 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
179int
180mon_warning(struct monst *mon)
181{
182 return _mon_warning(mon);
183}
184#define mon_warning(mon) _mon_warning(mon)
185
186int

Callers 4

display_warningFunction · 0.85
warning_ofFunction · 0.85
mon_overrides_regionFunction · 0.85
newsymFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected