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

Function LowPassable

library/include/TileTypes.h:237–241  ·  view source on GitHub ↗

tile is missing a floor

Source from the content-addressed store, hash-verified

235
236 // tile is missing a floor
237 inline
238 bool LowPassable(df::tiletype tiletype)
239 {
240 return ENUM_ATTR(tiletype_shape, passable_low, tileShape(tiletype));
241 }
242
243 // tile is missing a roof
244 inline

Callers 7

expand_burrowsFunction · 0.85
is_outsideFunction · 0.85
pointsMethod · 0.85
pointsMethod · 0.85
computeMethod · 0.85
filltrafficFunction · 0.85
pointsMethod · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected