mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Sync classref with current source
This commit is contained in:
@@ -485,6 +485,14 @@
|
||||
Returns True/False whether [code]s[/code] is an infinity value (either positive infinity or negative infinity).
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_instance_valid">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="instance" type="Object">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_nan">
|
||||
<return type="bool">
|
||||
</return>
|
||||
@@ -510,9 +518,9 @@
|
||||
<method name="lerp">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="from" type="float">
|
||||
<argument index="0" name="from" type="Variant">
|
||||
</argument>
|
||||
<argument index="1" name="to" type="float">
|
||||
<argument index="1" name="to" type="Variant">
|
||||
</argument>
|
||||
<argument index="2" name="weight" type="float">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user