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

Function tileName

library/include/TileTypes.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 using namespace df::enums;
143
144 inline
145 const char * tileName(df::tiletype tiletype)
146 {
147 return ENUM_ATTR(tiletype, caption, tiletype);
148 }
149
150 inline
151 df::tiletype_shape tileShape(df::tiletype tiletype)

Callers 3

describeTileFunction · 0.85
FOR_ENUM_ITEMSFunction · 0.85
tilesieveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected