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

Function In_quest

src/dungeon.c:1848–1852  ·  view source on GitHub ↗

are you in the quest dungeon? */

Source from the content-addressed store, hash-verified

1846
1847/* are you in the quest dungeon? */
1848boolean
1849In_quest(d_level *lev)
1850{
1851 return (boolean) (lev->dnum == quest_dnum);
1852}
1853
1854/* are you in the mines dungeon? */
1855boolean

Callers 15

really_doneFunction · 0.85
level_teleFunction · 0.85
random_teleport_levelFunction · 0.85
goto_levelFunction · 0.85
invoke_banishFunction · 0.85
avoid_ceilingFunction · 0.85
ceilingFunction · 0.85
recalc_mapseenFunction · 0.85
mksobj_initFunction · 0.85
dng_bottomFunction · 0.85
trapeffect_pitFunction · 0.85
domagictrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected