Document the return value of Object.get() with a nonexistent property

This commit is contained in:
Hugo Locurcio 2020-01-04 20:15:39 +01:00
parent a7853fc04b
commit 6e79d683fa
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -203,7 +203,7 @@
<argument index="0" name="property" type="String"> <argument index="0" name="property" type="String">
</argument> </argument>
<description> <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> </description>
</method> </method>
<method name="get_class" qualifiers="const"> <method name="get_class" qualifiers="const">