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

Function getTileBiomeRgn

library/include/modules/Maps.h:356–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354DFHACK_EXPORT df::coord2d getBlockTileBiomeRgn(df::map_block *block, df::coord2d pos);
355
356inline df::coord2d getTileBiomeRgn(df::coord pos) { return getBlockTileBiomeRgn(getTileBlock(pos), pos); }
357
358// Enables per-frame updates for liquid flow and/or temperature.
359DFHACK_EXPORT void enableBlockUpdates(df::map_block *blk, bool flow = false, bool temperature = false);

Callers 2

maps_getTileBiomeRgnFunction · 0.85
processMethod · 0.85

Calls 1

getTileBlockFunction · 0.85

Tested by

no test coverage detected