summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt <matjlars@gmail.com>2022-08-01 21:52:31 -0500
committerMatt <matjlars@gmail.com>2022-08-02 11:53:28 -0500
commitdc4e72a3fc8520de57e9914fccb5d0b721a79d0d (patch)
treec7418661e3637f5c6f5a6e4cc78024206944c691 /doc
parent8243c7ab5df9d341209d339ab001fd8e49ee95b3 (diff)
adds null case to weakref docs
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/WeakRef.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/WeakRef.xml b/doc/classes/WeakRef.xml
index f80381acda..ea520178c7 100644
--- a/doc/classes/WeakRef.xml
+++ b/doc/classes/WeakRef.xml
@@ -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>