MCPcopy 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

findSimilarTileTypeFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
designateNewMethod · 0.85
designateRemoveMethod · 0.85
setVeinMaterialAtMethod · 0.85
ParseTilesMethod · 0.85
getBaseMaterialMethod · 0.85
isAirMaterialFunction · 0.85
isSoilMaterialFunction · 0.85
isStoneMaterialFunction · 0.85
isGroundMaterialFunction · 0.85
isCoreMaterialFunction · 0.85

Calls

no outgoing calls

Tested by 1

map_prospectorFunction · 0.68