Delegate reloading to ScriptLanguage

This commit is contained in:
Chris Cranford
2026-01-19 20:36:31 -05:00
parent 8120fb1242
commit c7ed47234e
2 changed files with 7 additions and 20 deletions
+2
View File
@@ -319,6 +319,7 @@
<param index="0" name="scripts" type="Array" />
<param index="1" name="soft_reload" type="bool" />
<description>
Reloads all [param scripts] from disk and the specifics of how that happens is [ScriptLanguageExtension] specific.
</description>
</method>
<method name="_reload_tool_script" qualifiers="virtual required">
@@ -326,6 +327,7 @@
<param index="0" name="script" type="Script" />
<param index="1" name="soft_reload" type="bool" />
<description>
Reloads the given [param script] from disk and the specifics of how that happens is [ScriptLanguageExtension] specific.
</description>
</method>
<method name="_remove_named_global_constant" qualifiers="virtual required">