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

Function isFloorTerrain

library/include/TileTypes.h:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 inline
281 bool isFloorTerrain(df::tiletype tiletype)
282 {
283 return ENUM_ATTR(tiletype_shape, basic_shape, tileShape(tiletype)) == tiletype_shape_basic::Floor;
284 }
285
286 inline
287 bool isRampTerrain(df::tiletype tiletype)

Callers 3

manage_groupMethod · 0.85
likelyFunction · 0.85
dig_nowFunction · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected