classref: Sync with current master branch (a574c02)

This commit is contained in:
Godot Organization
2023-10-14 03:18:44 +00:00
parent 971c1f73e7
commit cd54012c7f
24 changed files with 915 additions and 28 deletions

View File

@@ -111,7 +111,7 @@ Returns ``true`` if the increment was successful, ``false`` otherwise.
Decrements the internal reference counter. Use this only if you really know what you are doing.
Returns ``true`` if the decrement was successful, ``false`` otherwise.
Returns ``true`` if the object should be freed after the decrement, ``false`` otherwise.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`