classref: Sync with current master branch (cb7cd81)

This commit is contained in:
Godot Organization
2025-10-11 03:22:24 +00:00
parent c7cfd7f3a9
commit 9afaf48fc7
119 changed files with 6335 additions and 543 deletions

View File

@@ -38,6 +38,8 @@ Properties
+-----------------------------+------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`recording_properties<class_MissingNode_property_recording_properties>` |
+-----------------------------+------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`recording_signals<class_MissingNode_property_recording_signals>` |
+-----------------------------+------------------------------------------------------------------------------+
.. rst-class:: classref-section-separator
@@ -95,6 +97,23 @@ Returns the path of the scene this node was instance of originally.
If ``true``, allows new properties to be set along with existing ones. If ``false``, only existing properties' values can be set, and new properties cannot be added.
.. rst-class:: classref-item-separator
----
.. _class_MissingNode_property_recording_signals:
.. rst-class:: classref-property
:ref:`bool<class_bool>` **recording_signals** :ref:`🔗<class_MissingNode_property_recording_signals>`
.. rst-class:: classref-property-setget
- |void| **set_recording_signals**\ (\ value\: :ref:`bool<class_bool>`\ )
- :ref:`bool<class_bool>` **is_recording_signals**\ (\ )
If ``true``, allows new signals to be connected to along with existing ones. If ``false``, only existing signals can be connected to, and new signals cannot be added.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`