classref: Sync with current master branch (2d3bdca)

This commit is contained in:
Godot Organization
2025-04-19 03:23:16 +00:00
parent 9a2b56e2dd
commit 9c1d540344
24 changed files with 1681 additions and 1416 deletions
+2
View File
@@ -970,6 +970,8 @@ A signal can only be connected once to the same :ref:`Callable<class_Callable>`.
\ **Note:** In GDScript, it is generally recommended to connect signals with :ref:`Signal.connect()<class_Signal_method_connect>` instead.
\ **Note:** This operation (and all other signal related operations) is thread-safe.
.. rst-class:: classref-item-separator
----