Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ tileMaterial
Function
tileMaterial
library/include/TileTypes.h:174–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
inline
175
df::tiletype_material tileMaterial(df::tiletype tiletype)
176
{
177
return ENUM_ATTR(tiletype, material, tiletype);
178
}
179
180
inline
181
TileDirection tileDirection(df::tiletype tiletype)
Callers
15
findSimilarTileType
Function · 0.85
FOR_ENUM_ITEMS
Function · 0.85
designateNew
Method · 0.85
designateRemove
Method · 0.85
setVeinMaterialAt
Method · 0.85
ParseTiles
Method · 0.85
getBaseMaterial
Method · 0.85
isAirMaterial
Function · 0.85
isSoilMaterial
Function · 0.85
isStoneMaterial
Function · 0.85
isGroundMaterial
Function · 0.85
isCoreMaterial
Function · 0.85
Calls
no outgoing calls
Tested by
1
map_prospector
Function · 0.68