MCPcopy 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
3469void
3470killed(struct monst *mtmp)
3471{
3472 xkilled(mtmp, XKILL_GIVEMSG);
3473}
3474
3475/* the player has killed the monster mtmp */
3476void

Callers 15

potionhitFunction · 0.85
hmon_hitmonFunction · 0.85
damageumFunction · 0.85
gulpumFunction · 0.85
light_hits_gremlinFunction · 0.85
dismount_steedFunction · 0.85
inside_gas_cloudFunction · 0.85
maybe_turn_mon_iterFunction · 0.85
dogazeFunction · 0.85
domindblastFunction · 0.85
try_disarmFunction · 0.85
bhitmFunction · 0.85

Calls 1

xkilledFunction · 0.85

Tested by

no test coverage detected