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

Function wiz_level_tele

src/wizcmds.c:398–406  ·  view source on GitHub ↗

the #wizlevelport command - level teleport */

Source from the content-addressed store, hash-verified

396
397/* the #wizlevelport command - level teleport */
398int
399wiz_level_tele(void)
400{
401 if (wizard)
402 level_tele();
403 else
404 pline(unavailcmd, ecname_from_fn(wiz_level_tele));
405 return ECMD_OK;
406}
407
408RESTORE_WARNING_FORMAT_NONLITERAL
409

Callers

nothing calls this directly

Calls 3

level_teleFunction · 0.85
ecname_from_fnFunction · 0.85
plineFunction · 0.70

Tested by

no test coverage detected