Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ somey
Function
somey
src/mkroom.c:671–675 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
669
}
670
671
int
672
somey(struct mkroom *croom)
673
{
674
return rn1(croom->hy - croom->ly + 1, croom->ly);
675
}
676
677
boolean
678
inside_room(struct mkroom *croom, coordxy x, coordxy y)
Callers
5
somexy
Function · 0.85
makerogueghost
Function · 0.85
generate_stairs
Function · 0.85
fixup_special
Function · 0.85
lspo_map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected