Merge pull request #63803 from matjlars/weakref-null

adds null case to weakref docs
This commit is contained in:
Rémi Verschelde 2022-08-02 22:00:04 +02:00 committed by GitHub
commit d93c3f03f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
<method name="get_ref" qualifiers="const">
<return type="Variant" />
<description>
Returns the [Object] this weakref is referring to.
Returns the [Object] this weakref is referring to. Returns [code]null[/code] if that object no longer exists.
</description>
</method>
</methods>