MCPcopy Index your code
hub / github.com/NetHack/NetHack / delobj

Function delobj

src/invent.c:1429–1433  ·  view source on GitHub ↗

normal object deletion (if unpaid, it remains on the bill) */

Source from the content-addressed store, hash-verified

1427
1428/* normal object deletion (if unpaid, it remains on the bill) */
1429void
1430delobj(struct obj *obj)
1431{
1432 delobj_core(obj, FALSE);
1433}
1434
1435/* destroy object; caller has control over whether to destroy something
1436 that ordinarily shouldn't be destroyed */

Callers 15

take_goldFunction · 0.85
dosinkringFunction · 0.85
engulfer_digests_foodFunction · 0.85
still_chewingFunction · 0.85
digholeFunction · 0.85
thitmonstFunction · 0.85
breakobjFunction · 0.85
breakchestlockFunction · 0.85
delallobjFunction · 0.85
useupfFunction · 0.85
m_consume_objFunction · 0.85
xkilledFunction · 0.85

Calls 1

delobj_coreFunction · 0.85

Tested by

no test coverage detected