Rename ClassDB::class_call_static_method -> class_call_static
This commit is contained in:
parent
8004c7524f
commit
a025ceddc0
3 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
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">
|
||||
<method name="class_call_static" qualifiers="vararg">
|
||||
<return type="Variant" />
|
||||
<param index="0" name="class" type="StringName" />
|
||||
<param index="1" name="method" type="StringName" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue