adds null case to weakref docs

This commit is contained in:
Matt 2022-08-01 21:52:31 -05:00
parent 8243c7ab5d
commit dc4e72a3fc

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>