diff options
author | Dmitrii Maganov <vonagam@gmail.com> | 2023-02-17 01:16:24 +0200 |
---|---|---|
committer | Dmitrii Maganov <vonagam@gmail.com> | 2023-02-17 19:57:18 +0200 |
commit | 8fe023ad93119061cda4730d1b0ba1946f15c515 (patch) | |
tree | 519b6b608fa8605926ad0b0db8075bf1be086fea /modules/gdscript/doc_classes | |
parent | 28db611f0f27c37d2d02fc986e9edbb8a8725267 (diff) |
GDScript: Rework type check
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 7 |
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" /> |