Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_constraint
Function · 0.80
print_constraint
Function · 0.80
workflow_cmd
Function · 0.80
Calls
1
ival
Method · 0.80
Tested by
no test coverage detected