MCPcopy Create free account
hub / github.com/NetHack/NetHack / set_msg_xy

Function set_msg_xy

src/pline.c:92–97  ·  view source on GitHub ↗

set the coordinate where next message happens */

Source from the content-addressed store, hash-verified

90
91/* set the coordinate where next message happens */
92void
93set_msg_xy(coordxy x, coordxy y)
94{
95 a11y.msg_loc.x = x;
96 a11y.msg_loc.y = y;
97}
98
99staticfn void vpline(const char *, va_list);
100

Callers 15

find_trapFunction · 0.85
mfind0Function · 0.85
dosearch0Function · 0.85
castmuFunction · 0.85
rloc_to_coreFunction · 0.85
pline_xyFunction · 0.85
pline_monFunction · 0.85
notice_monFunction · 0.85
avoid_moving_on_trapFunction · 0.85
avoid_moving_on_liquidFunction · 0.85
lookaroundFunction · 0.85
doopen_indirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected