GDScript: Rework type check
This commit is contained in:
parent
28db611f0f
commit
8fe023ad93
16 changed files with 504 additions and 195 deletions
|
|
@ -121,6 +121,13 @@
|
|||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_instance_of">
|
||||
<return type="bool" />
|
||||
<param index="0" name="value" type="Variant" />
|
||||
<param index="1" name="type" type="Variant" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="len">
|
||||
<return type="int" />
|
||||
<param index="0" name="var" type="Variant" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue