diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-01-13 23:34:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 23:34:51 +0300 |
commit | 4c5e09f96a7ec79b1cb9743557e1cc889d34f6a2 (patch) | |
tree | 29cc57d986f03affdfae24712db4560a62edaa6b /doc/classes | |
parent | d6ca14593698ae0b33424e931daab767bb207344 (diff) | |
parent | f852004cf5249df0fc22e2b2e0300e0fefcf15d4 (diff) |
Merge pull request #71339 from raulsntos/dotnet/is_finite
Add `IsFinite` to C# Variants
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 61bc8f666a..7e7cb07cef 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -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"> |