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

Method reset

plugins/tailor.cpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 void reset()
197 {
198 available.clear();
199 needed.clear();
200 sizes.clear();
201 supply.clear();
202 orders.clear();
203 }
204
205 void scan_clothing()
206 {

Callers 3

df_liquids_executeFunction · 0.45
form_veinsMethod · 0.45
sharedsignalFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected