Merge pull request #34827 from Calinou/doc-object-get-nonexistent

Document the return value of `Object.get()` with a nonexistent property
This commit is contained in:
Rémi Verschelde 2020-01-04 23:52:54 +01:00 committed by GitHub
commit cbb29c6b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">