Merge pull request #53900 from ChronicallySerious/update-vcs-1

This commit is contained in:
Rémi Verschelde
2022-01-10 12:18:57 +01:00
committed by GitHub
15 changed files with 1941 additions and 497 deletions

View File

@@ -59,6 +59,12 @@
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="reload_scripts">
<return type="void" />
<description>
Reload all currently opened scripts from disk in case the file contents are newer.
</description>
</method>
</methods>
<signals>
<signal name="editor_script_changed">