MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / run

Method run

src/tabstructures.cpp:31–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31void AnalysisStructures::run()
32{
33 stop = false;
34
35 Generator g;
36 setupGenerator(&g, wi.mc, wi.large);
37
38 for (idx = 0; idx < (long)seeds.size(); idx++)
39 {
40 if (stop) break;
41 wi.seed = seeds[idx];
42 if (quad)
43 runQuads(&g);
44 else
45 runStructs(&g);
46 }
47}
48
49void AnalysisStructures::runStructs(Generator *g)
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected