summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-23 09:31:00 +0200
committerGitHub <noreply@github.com>2020-09-23 09:31:00 +0200
commitc16ef5cb4f1f7a6b9e6bbf8f02978a24efc0f0ac (patch)
tree953e5f732770e2d9481aa6f783d88236390882a2
parent63d206e61e7d97020e5e1193a2c855df5fe1b12b (diff)
parentadb205a15094b8c4d0ee1f3d105e7d221ccd64bd (diff)
Merge pull request #42181 from Leleat/document-open-open_script_create_dialog
Add description for ScriptEditor.open_script_create_dialog()
-rw-r--r--doc/classes/ScriptEditor.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml
index 20b0750431..d5a32dd20c 100644
--- a/doc/classes/ScriptEditor.xml
+++ b/doc/classes/ScriptEditor.xml
@@ -86,6 +86,7 @@
<argument index="1" name="base_path" type="String">
</argument>
<description>
+ 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.
</description>
</method>
<method name="register_syntax_highlighter">