MCPcopy Index your code
hub / github.com/NetHack/NetHack / In_hell

Function In_hell

src/dungeon.c:1941–1945  ·  view source on GitHub ↗

are you in one of the Hell levels? */

Source from the content-addressed store, hash-verified

1939
1940/* are you in one of the Hell levels? */
1941boolean
1942In_hell(d_level *lev)
1943{
1944 return (boolean) (svd.dungeons[lev->dnum].flags.hellish);
1945}
1946
1947/* sets *lev to be the gateway to Gehennom... */
1948void

Callers 12

no_bones_levelFunction · 0.85
noteleport_levelFunction · 0.85
goto_levelFunction · 0.85
hellish_smoke_mesgFunction · 0.85
temperature_change_msgFunction · 0.85
Invocation_levFunction · 0.85
dng_bottomFunction · 0.85
makemonFunction · 0.85
clear_level_structuresFunction · 0.85
makelevelFunction · 0.85
mineralizeFunction · 0.85
sp_level_coder_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected