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

Method ScriptBatch

Lattice/Scripting/ScriptAPI.hpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class ScriptBatch {
20public:
21 explicit ScriptBatch(Simulation& simulation) : simulation_(simulation) {}
22
23 bool spawn(const std::string& speciesName, const sol::object& positionObject, const sol::object& optionsObject);
24 bool random_spawn(const std::string& speciesName, const sol::object& optionsObject);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected