Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ isPassableTile
Function
isPassableTile
plugins/siege-engine.cpp:885–890 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
883
}
884
885
static bool isPassableTile(df::coord pos)
886
{
887
auto ptile = Maps::getTileType(pos);
888
889
return !ptile || FlowPassable(*ptile);
890
}
891
892
static bool isTargetableTile(df::coord pos)
893
{
Callers
2
compute
Method · 0.85
doLaunchContents
Method · 0.85
Calls
2
getTileType
Function · 0.85
FlowPassable
Function · 0.85
Tested by
no test coverage detected