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

Method initialize

plugins/autofarm.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56public:
57 void initialize()
58 {
59 thresholds.clear();
60 defaultThreshold = 50;
61
62 lastCounts.clear();
63 }
64
65 void setThreshold(int id, int val)
66 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected