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

Function incr_itimeout

src/potion.c:82–86  ·  view source on GitHub ↗

increment the timeout field of intrinsic `which' */

Source from the content-addressed store, hash-verified

80
81/* increment the timeout field of intrinsic `which' */
82void
83incr_itimeout(long *which, int incr)
84{
85 set_itimeout(which, itimeout_incr(*which, incr));
86}
87
88void
89make_confused(long xtime, boolean talk)

Callers 15

peffect_invisibilityFunction · 0.85
peffect_see_invisibleFunction · 0.85
peffect_levitationFunction · 0.85
potionbreatheFunction · 0.85
speed_upFunction · 0.85
Boots_onFunction · 0.85
Gloves_onFunction · 0.85
wipeoffFunction · 0.85
spoteffectsFunction · 0.85
nh_timeoutFunction · 0.85
fall_asleepFunction · 0.85

Calls 2

set_itimeoutFunction · 0.85
itimeout_incrFunction · 0.85

Tested by

no test coverage detected