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

Function tileShape

library/include/TileTypes.h:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 inline
151 df::tiletype_shape tileShape(df::tiletype tiletype)
152 {
153 return ENUM_ATTR(tiletype, shape, tiletype);
154 }
155
156 inline
157 df::tiletype_shape_basic tileShapeBasic(df::tiletype_shape tileshape)

Callers 15

findSimilarTileTypeFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
LowPassableFunction · 0.85
HighPassableFunction · 0.85
FlowPassableFunction · 0.85
FlowPassableDownFunction · 0.85
isWalkableFunction · 0.85
isWalkableUpFunction · 0.85
isWallTerrainFunction · 0.85
isFloorTerrainFunction · 0.85
isRampTerrainFunction · 0.85
isOpenTerrainFunction · 0.85

Calls

no outgoing calls

Tested by 1

map_prospectorFunction · 0.68