add description for ScriptEditor.open_script_create_dialog()

(cherry picked from commit adb205a150)
This commit is contained in:
Leleat 2020-09-18 23:27:40 +02:00 committed by Rémi Verschelde
parent 92a85b4445
commit 27b09083fc
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -74,6 +74,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>
</methods>