Add IsFinite to C# Variants

This commit is contained in:
Raul Santos
2023-01-13 17:57:52 +01:00
parent 3c9bf4bc21
commit f852004cf5
12 changed files with 112 additions and 1 deletions

View File

@@ -494,7 +494,7 @@
<return type="bool" />
<param index="0" name="x" type="float" />
<description>
Returns whether [code]x[/code] is a finite value, i.e. it is not [constant @GDScript.NAN], positive infinity, or negative infinity.
Returns whether [param x] is a finite value, i.e. it is not [constant @GDScript.NAN], positive infinity, or negative infinity.
</description>
</method>
<method name="is_inf">