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

Function obj_to_any

src/hack.c:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96anything *
97obj_to_any(struct obj *obj)
98{
99 gt.tmp_anything = cg.zeroany;
100 gt.tmp_anything.a_obj = obj;
101 return &gt.tmp_anything;
102}
103
104boolean
105revive_nasty(coordxy x, coordxy y, const char *msg)

Callers 15

l_obj_timer_peekFunction · 0.85
l_obj_timer_stopFunction · 0.85
l_obj_timer_startFunction · 0.85
readobjnamFunction · 0.85
disturb_buried_zombiesFunction · 0.85
attach_egg_hatch_timeoutFunction · 0.85
kill_eggFunction · 0.85
begin_burnFunction · 0.85
end_burnFunction · 0.85
cleanup_burnFunction · 0.85
obj_split_timersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected