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

Function Is_botlevel

src/dungeon.c:1642–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640#endif /* !SFCTOOL */
1641#ifndef SFCTOOL
1642boolean
1643Is_botlevel(d_level *lev)
1644{
1645 return (boolean) (lev->dlevel == svd.dungeons[lev->dnum].num_dunlevs);
1646}
1647
1648boolean
1649Can_dig_down(d_level *lev)

Callers 10

no_bones_levelFunction · 0.85
mlevel_tele_trapFunction · 0.85
random_teleport_levelFunction · 0.85
digactualholeFunction · 0.85
wiz_migrate_monsFunction · 0.85
Can_dig_downFunction · 0.85
drop_toFunction · 0.85
find_defensiveFunction · 0.85
use_defensiveFunction · 0.85
generate_stairsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected