MCPcopy Create free account
hub / github.com/GodotECS/godex / ~ScriptEcs

Method ~ScriptEcs

modules/godot/nodes/script_ecs.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28ScriptEcs::~ScriptEcs() {
29 singleton = nullptr;
30
31 __empty_scripts();
32}
33
34Vector<StringName> ScriptEcs::spawner_get_components(const StringName &spawner_name) {
35 Vector<StringName> ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected