Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3346
boolean
3347
is_fainted(void)
3348
{
3349
return (boolean) (u.uhs == FAINTED);
3350
}
3351
3352
/* call when a faint must be prematurely terminated */
3353
void
Callers
7
unresponsive
Function · 0.85
mhitm_ad_famn
Function · 0.85
demon_talk
Function · 0.85
gd_move
Function · 0.85
newuhs
Function · 0.85
drown
Function · 0.85
outrumor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected