MCPcopy Create free account
hub / github.com/NetHack/NetHack / is_fainted

Function is_fainted

src/eat.c:3346–3350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3344}
3345
3346boolean
3347is_fainted(void)
3348{
3349 return (boolean) (u.uhs == FAINTED);
3350}
3351
3352/* call when a faint must be prematurely terminated */
3353void

Callers 7

unresponsiveFunction · 0.85
mhitm_ad_famnFunction · 0.85
demon_talkFunction · 0.85
gd_moveFunction · 0.85
newuhsFunction · 0.85
drownFunction · 0.85
outrumorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected