mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (f87858a8f)
This commit is contained in:
@@ -14,48 +14,65 @@ MissingNode
|
||||
|
||||
This is an internal editor class intended for keeping data of nodes of unknown type.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
This is an internal editor class intended for keeping data of nodes of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can't be manually instantiated or placed in the scene. Ignore it if you don't know what it is.
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`original_class<class_MissingNode_property_original_class>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`recording_properties<class_MissingNode_property_recording_properties>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`original_class<class_MissingNode_property_original_class>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`recording_properties<class_MissingNode_property_recording_properties>` |
|
||||
+-----------------------------+------------------------------------------------------------------------------+
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
----
|
||||
|
||||
.. rst-class:: classref-descriptions-group
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_MissingNode_property_original_class:
|
||||
|
||||
- :ref:`String<class_String>` **original_class**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+----------+---------------------------+
|
||||
| *Setter* | set_original_class(value) |
|
||||
+----------+---------------------------+
|
||||
| *Getter* | get_original_class() |
|
||||
+----------+---------------------------+
|
||||
:ref:`String<class_String>` **original_class**
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_original_class** **(** :ref:`String<class_String>` value **)**
|
||||
- :ref:`String<class_String>` **get_original_class** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_MissingNode_property_recording_properties:
|
||||
|
||||
- :ref:`bool<class_bool>` **recording_properties**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+----------+---------------------------------+
|
||||
| *Setter* | set_recording_properties(value) |
|
||||
+----------+---------------------------------+
|
||||
| *Getter* | is_recording_properties() |
|
||||
+----------+---------------------------------+
|
||||
:ref:`bool<class_bool>` **recording_properties**
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_recording_properties** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_recording_properties** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user