| 19 | class ScriptBatch { |
| 20 | public: |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected