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

Function FlowPassable

library/include/TileTypes.h:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 inline
251 bool FlowPassable(df::tiletype tiletype)
252 {
253 return ENUM_ATTR(tiletype_shape, passable_flow, tileShape(tiletype));
254 }
255
256 inline
257 bool FlowPassableDown(df::tiletype tiletype)

Callers 6

df_liquids_executeFunction · 0.85
paintTileProcessingFunction · 0.85
isPassableTileFunction · 0.85
isTargetableTileFunction · 0.85
find_liquidsMethod · 0.85
df_tilesFunction · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected