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

Method init

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

Source from the content-addressed store, hash-verified

293 int curItemStock() { return goalByCount() ? item_count : item_amount; }
294
295 void init(const std::string &str)
296 {
297 config.val() = str;
298 config.ival(0) = 10;
299 config.ival(2) = 0;
300 }
301
302 void computeRequest()
303 {

Callers 1

get_constraintFunction · 0.45

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected