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

Method init

plugins/stockflow.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void init() {
76 stockpile_id = -1;
77 initialized = false;
78 bookkeeping = false;
79 }
80
81 bool reset(color_ostream &out, bool load) {
82 stockpile_id = -1;

Callers 10

DistributionVeinMethod · 0.45
DistributionClusterMethod · 0.45
init_seedsMethod · 0.45
get_noiseMethod · 0.45
do_digFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected