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

Method goalCount

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

Source from the content-addressed store, hash-verified

274 }
275
276 int goalCount() { return config.ival(0); }
277 void setGoalCount(int v) { config.ival(0) = v; }
278
279 int goalGap() {

Callers 4

push_constraintFunction · 0.80
print_constraintFunction · 0.80
workflow_cmdFunction · 0.80

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected