MCPcopy Create free account
hub / github.com/crawl/crawl / dump_map

Function dump_map

crawl-ref/source/maps.cc:1560–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558}
1559
1560void dump_map(const map_def &map)
1561{
1562 if (crawl_state.dump_maps)
1563 {
1564 fprintf(stderr, "\n----------------------------------------\n%s\n",
1565 map.describe().c_str());
1566 }
1567}
1568
1569void add_parsed_map(const map_def &md)
1570{

Callers 6

_do_build_levelFunction · 0.70
LUAFNFunction · 0.70
_add_feat_if_missingFunction · 0.70
do_crash_dumpFunction · 0.70
check_map_validityFunction · 0.70
yyparseFunction · 0.50

Calls 1

describeMethod · 0.45

Tested by

no test coverage detected