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

Function tiletypeAt

library/include/modules/MapCache.h:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 }
485
486 df::tiletype tiletypeAt (DFCoord tilecoord)
487 {
488 Block *b = BlockAtTile(tilecoord);
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);

Callers

nothing calls this directly

Calls 2

BlockAtTileFunction · 0.85
tiletypeAtMethod · 0.80

Tested by

no test coverage detected