| 26 | } |
| 27 | |
| 28 | ScriptEcs::~ScriptEcs() { |
| 29 | singleton = nullptr; |
| 30 | |
| 31 | __empty_scripts(); |
| 32 | } |
| 33 | |
| 34 | Vector<StringName> ScriptEcs::spawner_get_components(const StringName &spawner_name) { |
| 35 | Vector<StringName> ret; |
nothing calls this directly
no outgoing calls
no test coverage detected