diff options
author | Raul Santos <raulsntos@gmail.com> | 2023-01-13 17:57:52 +0100 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2023-01-13 17:57:52 +0100 |
commit | f852004cf5249df0fc22e2b2e0300e0fefcf15d4 (patch) | |
tree | d2da22f0245cae0fb21f0b87ec54d6d73b9f4979 /doc | |
parent | 3c9bf4bc210a8e6a208f30ca59de4d4d7e18c04d (diff) |
Add `IsFinite` to C# Variants
Diffstat (limited to 'doc')
-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 41836650cd..86e3b1d118 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"> |