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

Function enableBlockUpdates

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

Source from the content-addressed store, hash-verified

121 DFCoord getCoord() { return bcoord; }
122
123 void enableBlockUpdates(bool flow = false, bool temp = false) {
124 Maps::enableBlockUpdates(block, flow, temp);
125 }
126
127 /*
128 * All coordinates are taken mod 16.

Callers 2

post_process_dug_tilesFunction · 0.85
enable_updates_atFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected