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

Function pline_The

src/pline.c:413–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void
414pline_The(const char *line, ...)
415{
416 va_list the_args;
417 char *tmp;
418
419 va_start(the_args, line);
420 vpline(YouMessage(tmp, "The ", line), the_args);
421 va_end(the_args);
422}
423
424void
425There(const char *line, ...)

Callers 15

doneFunction · 0.85
throne_sit_effectFunction · 0.85
special_throne_effectFunction · 0.85
dositFunction · 0.85
potionhitFunction · 0.85
potion_dipFunction · 0.85
use_crystal_ballFunction · 0.85
Amulet_onFunction · 0.85
dotakeoffFunction · 0.85
canwearobjFunction · 0.85
select_offFunction · 0.85
hmon_hitmon_misc_objFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by 1

test_moveFunction · 0.68