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

Function FlowPassableDown

library/include/TileTypes.h:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }
255
256 inline
257 bool FlowPassableDown(df::tiletype tiletype)
258 {
259 return ENUM_ATTR(tiletype_shape, passable_flow_down, tileShape(tiletype));
260 }
261
262 inline
263 bool isWalkable(df::tiletype tiletype)

Callers 1

find_liquidsMethod · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected