From 6e79d683fafabd3b0f8e6f2bea585373c1350678 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 4 Jan 2020 20:15:39 +0100 Subject: [PATCH] Document the return value of `Object.get()` with a nonexistent property --- doc/classes/Object.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 1d7e5f80808..1a72ba60ab0 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -203,7 +203,7 @@ - Returns the [Variant] value of the given [code]property[/code]. + Returns the [Variant] value of the given [code]property[/code]. If the [code]property[/code] doesn't exist, this will return [code]null[/code].