adds null case to weakref docs
This commit is contained in:
parent
8243c7ab5d
commit
dc4e72a3fc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue