Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
boolean
154
On_ladder(coordxy x, coordxy y)
155
{
156
stairway *stway = stairway_at(x, y);
157
158
return (boolean) (stway && stway->isladder);
159
}
160
161
boolean
162
On_stairs_up(coordxy x, coordxy y)
Callers
1
adj_pit_checks
Function · 0.85
Calls
1
stairway_at
Function · 0.85
Tested by
no test coverage detected