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="Script" inherits="Resource" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<class name="Script" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
A class stored as a resource.
|
||||
</brief_description>
|
||||
|
|
@ -91,13 +91,6 @@
|
|||
[b]Note:[/b] The dictionaries returned by this method are formatted identically to those returned by [method Object.get_signal_list].
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_script_method" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="method_name" type="StringName" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the script, or a base class, defines a method with the given name.
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_script_signal" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="signal_name" type="StringName" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue