diff options
author | Marc Gilleron <marc.gilleron@gmail.com> | 2022-09-19 15:45:45 +0100 |
---|---|---|
committer | Marc Gilleron <marc.gilleron@gmail.com> | 2022-09-21 21:18:54 +0100 |
commit | 474cee7dafa4df94294de3e1c45e049defd7cfc5 (patch) | |
tree | 45817134039d7d24b4a596b578e5b024f9624540 /doc/classes/RefCounted.xml | |
parent | 908795301b9e4fcf24b115329a48d7d295c13a1a (diff) | |
download | redot-engine-474cee7dafa4df94294de3e1c45e049defd7cfc5.tar.gz |
Rename and expose `RefCounted::get_reference_count()`
Diffstat (limited to 'doc/classes/RefCounted.xml')
-rw-r--r-- | doc/classes/RefCounted.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/RefCounted.xml b/doc/classes/RefCounted.xml index 3daf3534b0..223e572254 100644 --- a/doc/classes/RefCounted.xml +++ b/doc/classes/RefCounted.xml @@ -13,6 +13,12 @@ <link title="When and how to avoid using nodes for everything">$DOCS_URL/tutorials/best_practices/node_alternatives.html</link> </tutorials> <methods> + <method name="get_reference_count" qualifiers="const"> + <return type="int" /> + <description> + Returns the current reference count. + </description> + </method> <method name="init_ref"> <return type="bool" /> <description> |