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

Function tileVariant

library/include/TileTypes.h:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 inline
169 df::tiletype_variant tileVariant(df::tiletype tiletype)
170 {
171 return ENUM_ATTR(tiletype, variant, tiletype);
172 }
173
174 inline
175 df::tiletype_material tileMaterial(df::tiletype tiletype)

Callers 13

findSimilarTileTypeFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
findRandomVariantFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
describeTileFunction · 0.85
matchesMethod · 0.85
autocorrectTileFunction · 0.85
get_target_typeFunction · 0.85
adjust_smooth_wall_dirFunction · 0.85
smooth_tileFunction · 0.85
carve_tileFunction · 0.85
setTileMaterialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected