Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ um_dist
Function
um_dist
src/apply.c:691–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
#undef HowMany
690
691
boolean
692
um_dist(coordxy x, coordxy y, xint16 n)
693
{
694
return (boolean) (abs(u.ux - x) > n || abs(u.uy - y) > n);
695
}
696
697
int
698
number_leashed(void)
Callers
9
uleftvault
Function · 0.85
gd_letknow
Function · 0.85
gd_move
Function · 0.85
m_respond
Function · 0.85
expels
Function · 0.85
check_leash
Function · 0.85
shopdig
Function · 0.85
getcad
Function · 0.85
pay_for_damage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected