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

Function On_ladder

src/stairs.c:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153boolean
154On_ladder(coordxy x, coordxy y)
155{
156 stairway *stway = stairway_at(x, y);
157
158 return (boolean) (stway && stway->isladder);
159}
160
161boolean
162On_stairs_up(coordxy x, coordxy y)

Callers 1

adj_pit_checksFunction · 0.85

Calls 1

stairway_atFunction · 0.85

Tested by

no test coverage detected