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

Method get_tree

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

Source from the content-addressed store, hash-verified

1616 Error parse(const String &p_source_code, const String &p_script_path, bool p_for_completion, bool p_parse_body = true);
1617 Error parse_binary(const Vector<uint8_t> &p_binary, const String &p_script_path);
1618 ClassNode *get_tree() const { return head; }
1619 bool is_tool() const { return _is_tool; }
1620 Ref<GDScriptParserRef> get_depended_parser_for(const String &p_path);
1621 const HashMap<String, Ref<GDScriptParserRef>> &get_depended_parsers();

Callers 15

_export_scene_as_gltfMethod · 0.45
tool_code_intelMethod · 0.45
compileMethod · 0.45
print_treeMethod · 0.45
_update_exportsMethod · 0.45
reloadMethod · 0.45
get_global_class_nameMethod · 0.45
get_shallow_scriptMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected