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

Function dropy

src/do.c:799–803  ·  view source on GitHub ↗

dropy - put dropped object at destination; called from lots of places */

Source from the content-addressed store, hash-verified

797
798/* dropy - put dropped object at destination; called from lots of places */
799void
800dropy(struct obj *obj)
801{
802 dropz(obj, FALSE);
803}
804
805/* dropz - really put dropped object at its destination... */
806void

Callers 15

lay_an_eggFunction · 0.85
mhitm_ad_sgldFunction · 0.85
dropxFunction · 0.85
gcrownuFunction · 0.85
bestow_artifactFunction · 0.85
hitfloorFunction · 0.85
toss_upFunction · 0.85
throwitFunction · 0.85
hold_another_objectFunction · 0.85
tipcontainerFunction · 0.85
touchfoodFunction · 0.85
doeatFunction · 0.85

Calls 1

dropzFunction · 0.85

Tested by

no test coverage detected