mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #53900 from ChronicallySerious/update-vcs-1
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user