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

Function is_designated_for_smoothing

plugins/dig.cpp:2378–2380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2376};
2377
2378static bool is_designated_for_smoothing(const designation &designation) {
2379 return designation.td.bits.smooth == 1;
2380}
2381
2382static bool is_designated_for_engraving(const designation &designation) {
2383 return designation.td.bits.smooth == 2;

Callers 1

paintScreenDesignatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected