Merge pull request #42181 from Leleat/document-open-open_script_create_dialog

Add description for ScriptEditor.open_script_create_dialog()
This commit is contained in:
Rémi Verschelde 2020-09-23 09:31:00 +02:00 committed by GitHub
commit c16ef5cb4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">