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

Method fix_dependencies

editor/editor_node.cpp:4342–4344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4340}
4341
4342void EditorNode::fix_dependencies(const String &p_for_file) {
4343 dependency_fixer->edit(p_for_file);
4344}
4345
4346int EditorNode::new_scene() {
4347 int idx = editor_data.add_edited_scene(-1);

Callers

nothing calls this directly

Calls 1

editMethod · 0.45

Tested by

no test coverage detected