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

Method goalByCount

plugins/workflow.cpp:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 void setGoalGap(int v) { config.ival(1) = v; }
284
285 bool goalByCount() { return config.ival(2) & 1; }
286 void setGoalByCount(bool v) {
287 if (v)
288 config.ival(2) |= 1;

Callers 3

push_constraintFunction · 0.80
print_constraintFunction · 0.80
workflow_cmdFunction · 0.80

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected