Forráskód Böngészése

add description for ScriptEditor.open_script_create_dialog()

(cherry picked from commit adb205a15094b8c4d0ee1f3d105e7d221ccd64bd)
Leleat 5 éve
szülő
commit
27b09083fc
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      doc/classes/ScriptEditor.xml

+ 1 - 0
doc/classes/ScriptEditor.xml

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