Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_execute
Function · 0.85
paintTileProcessing
Function · 0.85
isPassableTile
Function · 0.85
isTargetableTile
Function · 0.85
find_liquids
Method · 0.85
df_tiles
Function · 0.85
Calls
1
tileShape
Function · 0.85
Tested by
no test coverage detected