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

Function dunlev

src/dungeon.c:1324–1328  ·  view source on GitHub ↗

return the level number for lev in *this* dungeon */

Source from the content-addressed store, hash-verified

1322
1323/* return the level number for lev in *this* dungeon */
1324xint16
1325dunlev(d_level *lev)
1326{
1327 return lev->dlevel;
1328}
1329
1330/* return the lowest level number for *this* dungeon */
1331xint16

Callers 13

really_doneFunction · 0.85
goto_levelFunction · 0.85
hole_destinationFunction · 0.85
fall_throughFunction · 0.85
kick_nondoorFunction · 0.85
use_defensiveFunction · 0.85
mineralizeFunction · 0.85
mkstairsFunction · 0.85
makemazFunction · 0.85
describe_levelFunction · 0.85
stairs_descriptionFunction · 0.85
background_enlightenmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected