1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

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

View File

@@ -12,7 +12,7 @@
<method name="get_ref" qualifiers="const"> <method name="get_ref" qualifiers="const">
<return type="Variant" /> <return type="Variant" />
<description> <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> </description>
</method> </method>
</methods> </methods>