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

Function dig_shape

plugins/dig-now.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static void dig_shape(MapExtras::MapCache &map, const DFCoord &pos,
320 df::tiletype tt, df::tiletype_shape shape) {
321 dig_type(map, pos, get_target_type(tt, shape));
322}
323
324static void remove_ramp_top(MapExtras::MapCache &map, const DFCoord &pos) {
325 if (!map.ensureBlockAt(pos))

Callers 1

clean_rampFunction · 0.85

Calls 2

dig_typeFunction · 0.85
get_target_typeFunction · 0.85

Tested by

no test coverage detected