classref: Sync with current master branch (9723077)

This commit is contained in:
Godot Organization
2023-06-10 03:19:18 +00:00
parent efe99c2974
commit 82b2845f66
29 changed files with 343 additions and 228 deletions
-2
View File
@@ -180,8 +180,6 @@ Should either be used when you want to retrieve the value returned from the meth
To determine if this can be called without blocking the calling thread, check if :ref:`is_alive<class_Thread_method_is_alive>` is ``false``.
\ **Note:** After the **Thread** finishes joining it will be disposed. If you want to use it again you will have to create a new instance of it.
.. |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.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`