summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-04 23:52:54 +0100
committerGitHub <noreply@github.com>2020-01-04 23:52:54 +0100
commitcbb29c6b49f2c3c6680d5c2226da3a7296e06470 (patch)
treed91863f7be1e2866c9d48e49410fe88d4835fecc /doc
parenta7853fc04ba79a027f372eb2e8102009c31fec3b (diff)
parent6e79d683fafabd3b0f8e6f2bea585373c1350678 (diff)
Merge pull request #34827 from Calinou/doc-object-get-nonexistent
Document the return value of `Object.get()` with a nonexistent property
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Object.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index 1d7e5f8080..1a72ba60ab 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -203,7 +203,7 @@
<argument index="0" name="property" type="String">
</argument>
<description>
- 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].
</description>
</method>
<method name="get_class" qualifiers="const">