mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (8ff8216)
This commit is contained in:
@@ -34,6 +34,8 @@ Properties
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`original_class<class_MissingNode_property_original_class>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`original_scene<class_MissingNode_property_original_scene>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`recording_properties<class_MissingNode_property_recording_properties>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
|
||||
@@ -63,6 +65,23 @@ The name of the class this node was supposed to be (see :ref:`Object.get_class<c
|
||||
|
||||
----
|
||||
|
||||
.. _class_MissingNode_property_original_scene:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`String<class_String>` **original_scene**
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_original_scene** **(** :ref:`String<class_String>` value **)**
|
||||
- :ref:`String<class_String>` **get_original_scene** **(** **)**
|
||||
|
||||
Returns the path of the scene this node was instance of originally.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_MissingNode_property_recording_properties:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
@@ -74,7 +93,7 @@ The name of the class this node was supposed to be (see :ref:`Object.get_class<c
|
||||
- void **set_recording_properties** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_recording_properties** **(** **)**
|
||||
|
||||
If set to ``true``, allows new properties to be added on top of the existing ones with :ref:`Object.set<class_Object_method_set>`.
|
||||
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.
|
||||
|
||||
.. |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.)`
|
||||
|
||||
Reference in New Issue
Block a user