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

Function There

src/pline.c:424–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void
425There(const char *line, ...)
426{
427 va_list the_args;
428 char *tmp;
429
430 va_start(the_args, line);
431 vpline(YouMessage(tmp, "There ", line), the_args);
432 va_end(the_args);
433}
434
435void
436You_hear(const char *line, ...)

Callers 15

dositFunction · 0.85
namefloorobjFunction · 0.85
furniture_detectFunction · 0.85
accessory_or_armor_onFunction · 0.85
menu_remarmFunction · 0.85
do_symsetFunction · 0.85
boulder_hits_poolFunction · 0.85
doaltarobjFunction · 0.85
moverock_coreFunction · 0.85
test_moveFunction · 0.85
pickup_checksFunction · 0.85
read_simplemailFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by 1

test_moveFunction · 0.68