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

Function lavaStoneAt

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

Biome-specific lava stone at pos

Source from the content-addressed store, hash-verified

190
191 /// Biome-specific lava stone at pos
192 int16_t lavaStoneAt(df::coord2d p) { return biomeInfoAt(p).lava_stone; }
193
194 /**
195 * Sets the stone tile and material at specified position, automatically

Callers 1

setStoneAtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected