feat: updated godot version
This commit is contained in:
parent
0c508b0831
commit
42b028dbb5
4694 changed files with 236470 additions and 401376 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="ScriptLanguageExtension" inherits="ScriptLanguage" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<class name="ScriptLanguageExtension" inherits="ScriptLanguage" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_create_script" qualifiers="virtual const" deprecated="This method is not called by the engine.">
|
||||
<method name="_create_script" qualifiers="virtual required const">
|
||||
<return type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
|
|
@ -319,7 +319,6 @@
|
|||
<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">
|
||||
|
|
@ -327,7 +326,6 @@
|
|||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue