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

Method random_spawn

Lattice/Scripting/ScriptAPI.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool ScriptBatch::random_spawn(const std::string& speciesName, const sol::object& optionsObject) {
73 return simulation_.randomSpawn(speciesName, parseSpawnOptions(optionsObject));
74}
75
76void ScriptBatch::finish() {
77 if (finished_) {

Callers

nothing calls this directly

Calls 1

randomSpawnMethod · 0.80

Tested by

no test coverage detected