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

Method setThreshold

plugins/autofarm.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void setThreshold(int id, int val)
66 {
67 thresholds[id] = val;
68 }
69
70 int getThreshold(int id)
71 {

Callers 1

setThresholdsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected