summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-02-20 15:41:36 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-02-20 15:41:36 +0100
commit561d9497399db6136a6cbac17d7736222039cf6a (patch)
tree062aa96da270791e295b3dc1e7e710287e16affb /modules/gdscript/doc_classes
parent6bf63a3542f77443f3453bd02ac316d6c9de6f98 (diff)
parent8fe023ad93119061cda4730d1b0ba1946f15c515 (diff)
downloadredot-engine-561d9497399db6136a6cbac17d7736222039cf6a.tar.gz
Merge pull request #73489 from vonagam/type-check-node
GDScript: Rework type check
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r--modules/gdscript/doc_classes/@GDScript.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml
index 0b7e4e50e6..08c8763493 100644
--- a/modules/gdscript/doc_classes/@GDScript.xml
+++ b/modules/gdscript/doc_classes/@GDScript.xml
@@ -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" />