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

Function tailor_doCycle

plugins/tailor.cpp:987–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985//
986
987static void tailor_doCycle(color_ostream &out) {
988 DEBUG(control,out).print("entering tailor_doCycle\n");
989 out.print("ordered {} items of clothing\n", do_cycle(out));
990}
991
992// remember, these are ONE-based indices from Lua
993static void tailor_setMaterialPreferences(color_ostream &out, int32_t silkIdx,

Callers

nothing calls this directly

Calls 2

do_cycleFunction · 0.70
printMethod · 0.45

Tested by

no test coverage detected