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

Function com_pager

src/questpgr.c:623–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void
624com_pager(const char *msgid)
625{
626 (void) com_pager_core("common", msgid, TRUE, (char **) 0);
627}
628
629void
630qt_pager(const char *msgid)

Callers 5

finish_questFunction · 0.85
chat_with_leaderFunction · 0.85
newgameFunction · 0.85
goto_levelFunction · 0.85
cussFunction · 0.85

Calls 1

com_pager_coreFunction · 0.85

Tested by

no test coverage detected