Files
godot-docs/classes/class_missingnode.rst
2022-06-08 13:39:15 +02:00

61 lines
2.7 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:github_url: hide
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the MissingNode.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_MissingNode:
MissingNode
===========
**Inherits:** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
This is an internal editor class intended for keeping data of nodes of unknown type.
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.
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>` |
+-----------------------------+------------------------------------------------------------------------------+
Property Descriptions
---------------------
.. _class_MissingNode_property_original_class:
- :ref:`String<class_String>` **original_class**
+----------+---------------------------+
| *Setter* | set_original_class(value) |
+----------+---------------------------+
| *Getter* | get_original_class() |
+----------+---------------------------+
----
.. _class_MissingNode_property_recording_properties:
- :ref:`bool<class_bool>` **recording_properties**
+----------+---------------------------------+
| *Setter* | set_recording_properties(value) |
+----------+---------------------------------+
| *Getter* | is_recording_properties() |
+----------+---------------------------------+
.. |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.)`
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`