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

Function tileSpecial

library/include/TileTypes.h:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 inline
163 df::tiletype_special tileSpecial(df::tiletype tiletype)
164 {
165 return ENUM_ATTR(tiletype, special, tiletype);
166 }
167
168 inline
169 df::tiletype_variant tileVariant(df::tiletype tiletype)

Callers 15

findSimilarTileTypeFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
is_rough_natural_wallFunction · 0.85
is_rough_wallFunction · 0.85
is_smooth_wallFunction · 0.85
describeTileFunction · 0.85
matchesMethod · 0.85
paintTileProcessingFunction · 0.85
autocorrectTileFunction · 0.85
get_tile_smooth_minimalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected