소스 검색

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

Add description for ScriptEditor.open_script_create_dialog()
Rémi Verschelde 5 년 전
부모
커밋
c16ef5cb4f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/ScriptEditor.xml

+ 1 - 0
doc/classes/ScriptEditor.xml

@@ -86,6 +86,7 @@
 			<argument index="1" name="base_path" type="String">
 			<argument index="1" name="base_path" type="String">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="register_syntax_highlighter">
 		<method name="register_syntax_highlighter">