Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ killed
Function
killed
src/mon.c:3469–3473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3467
}
3468
3469
void
3470
killed(struct monst *mtmp)
3471
{
3472
xkilled(mtmp, XKILL_GIVEMSG);
3473
}
3474
3475
/* the player has killed the monster mtmp */
3476
void
Callers
15
potionhit
Function · 0.85
hmon_hitmon
Function · 0.85
damageum
Function · 0.85
gulpum
Function · 0.85
light_hits_gremlin
Function · 0.85
dismount_steed
Function · 0.85
inside_gas_cloud
Function · 0.85
maybe_turn_mon_iter
Function · 0.85
dogaze
Function · 0.85
domindblast
Function · 0.85
try_disarm
Function · 0.85
bhitm
Function · 0.85
Calls
1
xkilled
Function · 0.85
Tested by
no test coverage detected