MCPcopy Create free account
hub / github.com/DFHack/dfhack / getIgnoreBurrow

Function getIgnoreBurrow

plugins/buildingplan/buildingplan.cpp:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610df::burrow *getIgnoreBurrow(){
611 int id = config.get_int(CONFIG_BURROW);
612 return id < 0 ? nullptr : df::burrow::find(id);
613}
614
615static bool isPlannableBuilding(color_ostream &out, df::building_type type, int16_t subtype, int32_t custom) {
616 DEBUG(control,out).print("entering isPlannableBuilding\n");

Callers 1

isInIgnoreBurrowFunction · 0.85

Calls 1

findFunction · 0.50

Tested by

no test coverage detected