From 27b09083fcf4fdf088a97b8553d0b4eebc144edc Mon Sep 17 00:00:00 2001 From: Leleat Date: Fri, 18 Sep 2020 23:27:40 +0200 Subject: [PATCH] add description for ScriptEditor.open_script_create_dialog() (cherry picked from commit adb205a15094b8c4d0ee1f3d105e7d221ccd64bd) --- doc/classes/ScriptEditor.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index 8c1c69f7376..651c80d9ee6 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -74,6 +74,7 @@ + Opens the script create dialog. The script will extend [code]base_name[/code]. The file extension can be omitted from [code]base_path[/code]. It will be added based on the selected scripting language.