MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_root_script

Method is_root_script

modules/gdscript/gdscript.h:265–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 bool has_class(const GDScript *p_script);
264 GDScript *get_root_script();
265 bool is_root_script() const { return _owner == nullptr; }
266 String get_fully_qualified_name() const { return fully_qualified_name; }
267 const HashMap<StringName, Ref<GDScript>> &get_subclasses() const { return subclasses; }
268 const HashMap<StringName, Variant> &get_constants() const { return constants; }

Callers 1

reload_scriptsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected