From f852004cf5249df0fc22e2b2e0300e0fefcf15d4 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Fri, 13 Jan 2023 17:57:52 +0100 Subject: Add `IsFinite` to C# Variants --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') 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 @@ - 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. -- cgit v1.2.3