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

Function You

src/pline.c:365–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 strcat((YouPrefix(pointer, prefix, text), pointer), text)
364
365void
366You(const char *line, ...)
367{
368 va_list the_args;
369 char *tmp;
370
371 va_start(the_args, line);
372 vpline(YouMessage(tmp, "You ", line), the_args);
373 va_end(the_args);
374}
375
376void
377Your(const char *line, ...)

Callers 15

wd_messageFunction · 0.85
wd_messageFunction · 0.85
MAINFunction · 0.85
wd_messageFunction · 0.85
pcmainFunction · 0.85
cant_wield_corpseFunction · 0.85
ready_weaponFunction · 0.85
dowieldFunction · 0.85
doswapweaponFunction · 0.85
doquiver_coreFunction · 0.85
wield_toolFunction · 0.85
dotwoweaponFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by 1

test_moveFunction · 0.68