Rename and expose RefCounted::get_reference_count()

This commit is contained in:
Marc Gilleron
2022-09-19 15:45:45 +01:00
parent 908795301b
commit 474cee7daf
7 changed files with 18 additions and 11 deletions

View File

@ -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>