summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeleat <atule@pm.me>2020-09-18 23:27:40 +0200
committerLeleat <atule@pm.me>2020-09-19 00:03:24 +0200
commitadb205a15094b8c4d0ee1f3d105e7d221ccd64bd (patch)
treedb3b22460c46310dc6ad743099cf987c1cba15bd
parent7fff7b863cb27c414c7467fc6540cb435bd5a411 (diff)
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">