| 70 | } |
| 71 | |
| 72 | bool ScriptBatch::random_spawn(const std::string& speciesName, const sol::object& optionsObject) { |
| 73 | return simulation_.randomSpawn(speciesName, parseSpawnOptions(optionsObject)); |
| 74 | } |
| 75 | |
| 76 | void ScriptBatch::finish() { |
| 77 | if (finished_) { |
nothing calls this directly
no test coverage detected