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

Function isWallTerrain

library/include/TileTypes.h:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 inline
275 bool isWallTerrain(df::tiletype tiletype)
276 {
277 return ENUM_ATTR(tiletype_shape, basic_shape, tileShape(tiletype)) == tiletype_shape_basic::Wall;
278 }
279
280 inline
281 bool isFloorTerrain(df::tiletype tiletype)

Callers 11

scan_layer_depthMethod · 0.85
scan_block_tilesMethod · 0.85
stamp_patternFunction · 0.85
digexpFunction · 0.85
digvFunction · 0.85
diglFunction · 0.85
digtypeFunction · 0.85
add_walls_to_burrowFunction · 0.85
revfloodFunction · 0.85
filltrafficFunction · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected