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

Function HighPassable

library/include/TileTypes.h:244–248  ·  view source on GitHub ↗

tile is missing a roof

Source from the content-addressed store, hash-verified

242
243 // tile is missing a roof
244 inline
245 bool HighPassable(df::tiletype tiletype)
246 {
247 return ENUM_ATTR(tiletype_shape, passable_high, tileShape(tiletype));
248 }
249
250 inline
251 bool FlowPassable(df::tiletype tiletype)

Callers 5

checkFreeTilesMethod · 0.85
pointsMethod · 0.85
pointsMethod · 0.85
filltrafficFunction · 0.85
pointsMethod · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected