mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
- Use `Node.find_children()` to remove the need for a custom recursive traversal method. - Use `EditorInterface.get_edited_scene_root()` instead of deprecated `EditorScript.get_scene()`. - Use `EditorInterface.mark_scene_as_unsaved()` when relevant. - Mention 2 new ways to run an EditorScript, both of which are supported when using an external editor.