From 92f5a0a1db8a4629c9ecebfd4c0943b5086d832c Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 18 Aug 2022 18:46:31 -0500 Subject: Add a method for restarting the editor to EditorInterface --- doc/classes/EditorInterface.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 1dd53e1394..beed364974 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -206,6 +206,13 @@ Reloads the scene at the given path. + + + + + Restarts the editor. This closes the editor and then opens the same project. If [param save] is [code]true[/code], the project will be saved before restarting. + + -- cgit v1.2.3