Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findSimilarTileType
Function · 0.85
FOR_ENUM_ITEMS
Function · 0.85
LowPassable
Function · 0.85
HighPassable
Function · 0.85
FlowPassable
Function · 0.85
FlowPassableDown
Function · 0.85
isWalkable
Function · 0.85
isWalkableUp
Function · 0.85
isWallTerrain
Function · 0.85
isFloorTerrain
Function · 0.85
isRampTerrain
Function · 0.85
isOpenTerrain
Function · 0.85
Calls
no outgoing calls
Tested by
1
map_prospector
Function · 0.68