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

Function throwit_return

src/dothrow.c:1459–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457}
1458
1459staticfn void
1460throwit_return(boolean clear_thrownobj)
1461{
1462 iflags.returning_missile = (genericptr_t) 0;
1463 if (clear_thrownobj)
1464 gt.thrownobj = (struct obj *) 0;
1465}
1466
1467staticfn void
1468swallowit(struct obj *obj)

Callers 2

swallowitFunction · 0.85
throwitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected