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

Function On_stairs

src/stairs.c:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147boolean
148On_stairs(coordxy x, coordxy y)
149{
150 return (stairway_at(x, y) != NULL);
151}
152
153boolean
154On_ladder(coordxy x, coordxy y)

Callers 12

retouch_objectFunction · 0.85
invocation_messageFunction · 0.85
dig_checkFunction · 0.85
zap_digFunction · 0.85
adj_pit_checksFunction · 0.85
dospinwebFunction · 0.85
surfaceFunction · 0.85
dog_goalFunction · 0.85
deadbookFunction · 0.85
use_bellFunction · 0.85
use_candelabrumFunction · 0.85
use_trapFunction · 0.85

Calls 1

stairway_atFunction · 0.85

Tested by

no test coverage detected