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

Function isWalkableUp

library/include/TileTypes.h:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 inline
269 bool isWalkableUp(df::tiletype tiletype)
270 {
271 return ENUM_ATTR(tiletype_shape, walkable_up, tileShape(tiletype));
272 }
273
274 inline
275 bool isWallTerrain(df::tiletype tiletype)

Callers 1

expand_burrowsFunction · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected