mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
classref: Sync with current master branch (2e7fc81)
This commit is contained in:
@@ -56,8 +56,8 @@ Property Descriptions
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_original_class** **(** :ref:`String<class_String>` value **)**
|
||||
- :ref:`String<class_String>` **get_original_class** **(** **)**
|
||||
- |void| **set_original_class**\ (\ value\: :ref:`String<class_String>`\ )
|
||||
- :ref:`String<class_String>` **get_original_class**\ (\ )
|
||||
|
||||
The name of the class this node was supposed to be (see :ref:`Object.get_class<class_Object_method_get_class>`).
|
||||
|
||||
@@ -73,8 +73,8 @@ The name of the class this node was supposed to be (see :ref:`Object.get_class<c
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_original_scene** **(** :ref:`String<class_String>` value **)**
|
||||
- :ref:`String<class_String>` **get_original_scene** **(** **)**
|
||||
- |void| **set_original_scene**\ (\ value\: :ref:`String<class_String>`\ )
|
||||
- :ref:`String<class_String>` **get_original_scene**\ (\ )
|
||||
|
||||
Returns the path of the scene this node was instance of originally.
|
||||
|
||||
@@ -90,8 +90,8 @@ Returns the path of the scene this node was instance of originally.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_recording_properties** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_recording_properties** **(** **)**
|
||||
- |void| **set_recording_properties**\ (\ value\: :ref:`bool<class_bool>`\ )
|
||||
- :ref:`bool<class_bool>` **is_recording_properties**\ (\ )
|
||||
|
||||
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.
|
||||
|
||||
@@ -102,3 +102,4 @@ If ``true``, allows new properties to be set along with existing ones. If ``fals
|
||||
.. |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.)`
|
||||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
|
||||
.. |void| replace:: :abbr:`void (No return value.)`
|
||||
|
||||
Reference in New Issue
Block a user