Merge pull request #93141 from RadiantUwU/add_static_classdb_calls

Implement `ClassDB::class_call_static_method`
This commit is contained in:
Rémi Verschelde
2024-08-26 23:28:36 +02:00
3 changed files with 28 additions and 0 deletions
+8
View File
@@ -16,6 +16,14 @@
Returns [code]true[/code] if objects can be instantiated from the specified [param class], otherwise returns [code]false[/code].
</description>
</method>
<method name="class_call_static_method" qualifiers="vararg">
<return type="Variant" />
<param index="0" name="class" type="StringName" />
<param index="1" name="method" type="StringName" />
<description>
Calls a static method on a class.
</description>
</method>
<method name="class_exists" qualifiers="const">
<return type="bool" />
<param index="0" name="class" type="StringName" />