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

Function isInIgnoreBurrow

plugins/buildingplan/buildingplan_cycle.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool isInIgnoreBurrow(df::item *item){
109 auto ignore_burrow = getIgnoreBurrow();
110 return ignore_burrow && Burrows::isAssignedTile(ignore_burrow, Items::getPosition(item));
111}
112
113bool itemPassesScreen(color_ostream& out, df::item* item) {
114 static const BadFlags bad_flags;

Callers 1

itemPassesScreenFunction · 0.85

Calls 2

getIgnoreBurrowFunction · 0.85
isAssignedTileFunction · 0.85

Tested by

no test coverage detected