MCPcopy Index your code
hub / github.com/NetHack/NetHack / tether_glyph

Function tether_glyph

src/display.c:1126–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126staticfn int
1127tether_glyph(coordxy x, coordxy y)
1128{
1129 int tdx, tdy;
1130 tdx = u.ux - x;
1131 tdy = u.uy - y;
1132 return zapdir_to_glyph(sgn(tdx),sgn(tdy), 2);
1133}
1134
1135/*
1136 * tmp_at()

Callers 1

tmp_atFunction · 0.85

Calls 2

zapdir_to_glyphFunction · 0.85
sgnFunction · 0.85

Tested by

no test coverage detected