Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/class_@gdscript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Add a custom icon to the current script. The icon specified at ``icon_path`` is

**@onready** **(** **)**

Mark the following property as assigned when the :ref:`Node<class_Node>` is ready. Values for these properties are not assigned immediately when the node is initialized (:ref:`Object._init<class_Object_method__init>`), and instead are computed and stored right before :ref:`Node._ready<class_Node_method__ready>`.
Mark the following property as assigned when the :ref:`Node<class_Node>` is ready. Values for these properties are not assigned immediately when the node is initialized (:ref:`Object._init<class_Object_private_method__init>`), and instead are computed and stored right before :ref:`Node._ready<class_Node_private_method__ready>`.

::

Expand Down
2 changes: 1 addition & 1 deletion classes/class_@globalscope.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4134,7 +4134,7 @@ Flag for a static method.

:ref:`MethodFlags<enum_@GlobalScope_MethodFlags>` **METHOD_FLAG_OBJECT_CORE** = ``64``

Used internally. Allows to not dump core virtual methods (such as :ref:`Object._notification<class_Object_method__notification>`) to the JSON API.
Used internally. Allows to not dump core virtual methods (such as :ref:`Object._notification<class_Object_private_method__notification>`) to the JSON API.

.. _class_@GlobalScope_constant_METHOD_FLAGS_DEFAULT:

Expand Down
31 changes: 0 additions & 31 deletions classes/class_animationlibrary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ Tutorials

.. rst-class:: classref-reftable-group

Properties
----------

.. table::
:widths: auto

+-------------------------------------+-----------------------------------------------------+--------+
| :ref:`Dictionary<class_Dictionary>` | :ref:`_data<class_AnimationLibrary_property__data>` | ``{}`` |
+-------------------------------------+-----------------------------------------------------+--------+

.. rst-class:: classref-reftable-group

Methods
-------

Expand Down Expand Up @@ -123,25 +111,6 @@ Emitted when the key for an :ref:`Animation<class_Animation>` is changed, from `

.. rst-class:: classref-descriptions-group

Property Descriptions
---------------------

.. _class_AnimationLibrary_property__data:

.. rst-class:: classref-property

:ref:`Dictionary<class_Dictionary>` **_data** = ``{}``

.. 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-section-separator

----

.. rst-class:: classref-descriptions-group

Method Descriptions
-------------------

Expand Down
84 changes: 42 additions & 42 deletions classes/class_animationmixer.rst

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions classes/class_animationnode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ Methods
:widths: auto

+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`_get_caption<class_AnimationNode_method__get_caption>` **(** **)** |virtual| |const| |
| :ref:`String<class_String>` | :ref:`_get_caption<class_AnimationNode_private_method__get_caption>` **(** **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`AnimationNode<class_AnimationNode>` | :ref:`_get_child_by_name<class_AnimationNode_method__get_child_by_name>` **(** :ref:`StringName<class_StringName>` name **)** |virtual| |const| |
| :ref:`AnimationNode<class_AnimationNode>` | :ref:`_get_child_by_name<class_AnimationNode_private_method__get_child_by_name>` **(** :ref:`StringName<class_StringName>` name **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Dictionary<class_Dictionary>` | :ref:`_get_child_nodes<class_AnimationNode_method__get_child_nodes>` **(** **)** |virtual| |const| |
| :ref:`Dictionary<class_Dictionary>` | :ref:`_get_child_nodes<class_AnimationNode_private_method__get_child_nodes>` **(** **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Variant<class_Variant>` | :ref:`_get_parameter_default_value<class_AnimationNode_method__get_parameter_default_value>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
| :ref:`Variant<class_Variant>` | :ref:`_get_parameter_default_value<class_AnimationNode_private_method__get_parameter_default_value>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Array<class_Array>` | :ref:`_get_parameter_list<class_AnimationNode_method__get_parameter_list>` **(** **)** |virtual| |const| |
| :ref:`Array<class_Array>` | :ref:`_get_parameter_list<class_AnimationNode_private_method__get_parameter_list>` **(** **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`_has_filter<class_AnimationNode_method__has_filter>` **(** **)** |virtual| |const| |
| :ref:`bool<class_bool>` | :ref:`_has_filter<class_AnimationNode_private_method__has_filter>` **(** **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`_is_parameter_read_only<class_AnimationNode_method__is_parameter_read_only>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
| :ref:`bool<class_bool>` | :ref:`_is_parameter_read_only<class_AnimationNode_private_method__is_parameter_read_only>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`_process<class_AnimationNode_method__process>` **(** :ref:`float<class_float>` time, :ref:`bool<class_bool>` seek, :ref:`bool<class_bool>` is_external_seeking, :ref:`bool<class_bool>` test_only **)** |virtual| |const| |
| :ref:`float<class_float>` | :ref:`_process<class_AnimationNode_private_method__process>` **(** :ref:`float<class_float>` time, :ref:`bool<class_bool>` seek, :ref:`bool<class_bool>` is_external_seeking, :ref:`bool<class_bool>` test_only **)** |virtual| |const| |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`add_input<class_AnimationNode_method_add_input>` **(** :ref:`String<class_String>` name **)** |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -215,7 +215,7 @@ If ``true``, filtering is enabled.
Method Descriptions
-------------------

.. _class_AnimationNode_method__get_caption:
.. _class_AnimationNode_private_method__get_caption:

.. rst-class:: classref-method

Expand All @@ -227,7 +227,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__get_child_by_name:
.. _class_AnimationNode_private_method__get_child_by_name:

.. rst-class:: classref-method

Expand All @@ -239,7 +239,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__get_child_nodes:
.. _class_AnimationNode_private_method__get_child_nodes:

.. rst-class:: classref-method

Expand All @@ -251,7 +251,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__get_parameter_default_value:
.. _class_AnimationNode_private_method__get_parameter_default_value:

.. rst-class:: classref-method

Expand All @@ -263,7 +263,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__get_parameter_list:
.. _class_AnimationNode_private_method__get_parameter_list:

.. rst-class:: classref-method

Expand All @@ -275,7 +275,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__has_filter:
.. _class_AnimationNode_private_method__has_filter:

.. rst-class:: classref-method

Expand All @@ -287,7 +287,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__is_parameter_read_only:
.. _class_AnimationNode_private_method__is_parameter_read_only:

.. rst-class:: classref-method

Expand All @@ -299,7 +299,7 @@ When inheriting from :ref:`AnimationRootNode<class_AnimationRootNode>`, implemen

----

.. _class_AnimationNode_method__process:
.. _class_AnimationNode_private_method__process:

.. rst-class:: classref-method

Expand Down
Loading