Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
boolean
148
On_stairs(coordxy x, coordxy y)
149
{
150
return (stairway_at(x, y) != NULL);
151
}
152
153
boolean
154
On_ladder(coordxy x, coordxy y)
Callers
12
retouch_object
Function · 0.85
invocation_message
Function · 0.85
dig_check
Function · 0.85
zap_dig
Function · 0.85
adj_pit_checks
Function · 0.85
dospinweb
Function · 0.85
surface
Function · 0.85
dog_goal
Function · 0.85
deadbook
Function · 0.85
use_bell
Function · 0.85
use_candelabrum
Function · 0.85
use_trap
Function · 0.85
Calls
1
stairway_at
Function · 0.85
Tested by
no test coverage detected