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

Function Your

src/pline.c:376–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void
377Your(const char *line, ...)
378{
379 va_list the_args;
380 char *tmp;
381
382 va_start(the_args, line);
383 vpline(YouMessage(tmp, "Your ", line), the_args);
384 va_end(the_args);
385}
386
387void
388You_feel(const char *line, ...)

Callers 15

can_twoweaponFunction · 0.85
drop_uswapwepFunction · 0.85
chweponFunction · 0.85
doneFunction · 0.85
really_doneFunction · 0.85
throne_sit_effectFunction · 0.85
dositFunction · 0.85
attrcurseFunction · 0.85
stealgoldFunction · 0.85
make_blindedFunction · 0.85
make_hallucinatedFunction · 0.85
peffect_hallucinationFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by 1

test_moveFunction · 0.68