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

Function qt_pager

src/questpgr.c:629–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void
630qt_pager(const char *msgid)
631{
632 if (!com_pager_core(gu.urole.filecode, msgid, FALSE, (char **) 0))
633 (void) com_pager_core("common", msgid, TRUE, (char **) 0);
634}
635
636struct permonst *
637qt_montype(void)

Callers 11

on_startFunction · 0.85
on_locateFunction · 0.85
on_goalFunction · 0.85
nemdeadFunction · 0.85
artitouchFunction · 0.85
finish_questFunction · 0.85
chat_with_leaderFunction · 0.85
leader_speaksFunction · 0.85
chat_with_nemesisFunction · 0.85
nemesis_speaksFunction · 0.85
chat_with_guardianFunction · 0.85

Calls 1

com_pager_coreFunction · 0.85

Tested by

no test coverage detected