Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ isWalkable
Function
isWalkable
library/include/TileTypes.h:262–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
inline
263
bool isWalkable(df::tiletype tiletype)
264
{
265
return ENUM_ATTR(tiletype_shape, walkable, tileShape(tiletype));
266
}
267
268
inline
269
bool isWalkableUp(df::tiletype tiletype)
Callers
4
autodump_main
Function · 0.85
expand_burrows
Function · 0.85
simulate_fall
Function · 0.85
simulate_fall
Function · 0.85
Calls
1
tileShape
Function · 0.85
Tested by
no test coverage detected