Delegate reloading to ScriptLanguage
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user