MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / finish

Method finish

Lattice/Scripting/ScriptAPI.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void ScriptBatch::finish() {
77 if (finished_) {
78 return;
79 }
80 simulation_.finishAtomBatch();
81 finished_ = true;
82}
83
84SpawnOptions ScriptBatch::parseSpawnOptions(const sol::object& object) const {
85 const glm::vec3 worldSize = simulation_.world().getWorldSize();

Callers 3

onFrameRenderedMethod · 0.80
blitToSurfaceMethod · 0.80
endFrameMethod · 0.80

Calls 1

finishAtomBatchMethod · 0.80

Tested by

no test coverage detected