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

Function setTiletypeAt

library/include/modules/MapCache.h:491–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 return b ? b->tiletypeAt(tilecoord) : tiletype::Void;
490 }
491 bool setTiletypeAt (DFCoord tilecoord, df::tiletype tt, bool force = false)
492 {
493 Block *b = BlockAtTile(tilecoord);
494 return b && b->setTiletypeAt(tilecoord, tt, force);
495 }
496
497 uint16_t temperature1At (DFCoord tilecoord)
498 {

Callers

nothing calls this directly

Calls 2

BlockAtTileFunction · 0.85
setTiletypeAtMethod · 0.80

Tested by

no test coverage detected