Skip to content

Commit ce0f977

Browse files
authored
Merge pull request godotengine#8444 from godotengine/classref/sync-8ebb3c7
classref: Sync with current master branch (8ebb3c7)
2 parents 66b59c1 + cd92be0 commit ce0f977

File tree

157 files changed

+4531
-4452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+4531
-4452
lines changed

classes/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Add a custom icon to the current script. The icon specified at ``icon_path`` is
674674

675675
**@onready** **(** **)**
676676

677-
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>`.
677+
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>`.
678678

679679
::
680680

classes/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4134,7 +4134,7 @@ Flag for a static method.
41344134

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

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

41394139
.. _class_@GlobalScope_constant_METHOD_FLAGS_DEFAULT:
41404140

classes/class_animationlibrary.rst

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ Tutorials
3030

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

33-
Properties
34-
----------
35-
36-
.. table::
37-
:widths: auto
38-
39-
+-------------------------------------+-----------------------------------------------------+--------+
40-
| :ref:`Dictionary<class_Dictionary>` | :ref:`_data<class_AnimationLibrary_property__data>` | ``{}`` |
41-
+-------------------------------------+-----------------------------------------------------+--------+
42-
43-
.. rst-class:: classref-reftable-group
44-
4533
Methods
4634
-------
4735

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

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

126-
Property Descriptions
127-
---------------------
128-
129-
.. _class_AnimationLibrary_property__data:
130-
131-
.. rst-class:: classref-property
132-
133-
:ref:`Dictionary<class_Dictionary>` **_data** = ``{}``
134-
135-
.. container:: contribute
136-
137-
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
138-
139-
.. rst-class:: classref-section-separator
140-
141-
----
142-
143-
.. rst-class:: classref-descriptions-group
144-
145114
Method Descriptions
146115
-------------------
147116

classes/class_animationmixer.rst

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

classes/class_animationnode.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ Methods
5353
:widths: auto
5454

5555
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
56-
| :ref:`String<class_String>` | :ref:`_get_caption<class_AnimationNode_method__get_caption>` **(** **)** |virtual| |const| |
56+
| :ref:`String<class_String>` | :ref:`_get_caption<class_AnimationNode_private_method__get_caption>` **(** **)** |virtual| |const| |
5757
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
58-
| :ref:`AnimationNode<class_AnimationNode>` | :ref:`_get_child_by_name<class_AnimationNode_method__get_child_by_name>` **(** :ref:`StringName<class_StringName>` name **)** |virtual| |const| |
58+
| :ref:`AnimationNode<class_AnimationNode>` | :ref:`_get_child_by_name<class_AnimationNode_private_method__get_child_by_name>` **(** :ref:`StringName<class_StringName>` name **)** |virtual| |const| |
5959
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
60-
| :ref:`Dictionary<class_Dictionary>` | :ref:`_get_child_nodes<class_AnimationNode_method__get_child_nodes>` **(** **)** |virtual| |const| |
60+
| :ref:`Dictionary<class_Dictionary>` | :ref:`_get_child_nodes<class_AnimationNode_private_method__get_child_nodes>` **(** **)** |virtual| |const| |
6161
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
62-
| :ref:`Variant<class_Variant>` | :ref:`_get_parameter_default_value<class_AnimationNode_method__get_parameter_default_value>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
62+
| :ref:`Variant<class_Variant>` | :ref:`_get_parameter_default_value<class_AnimationNode_private_method__get_parameter_default_value>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
6363
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
64-
| :ref:`Array<class_Array>` | :ref:`_get_parameter_list<class_AnimationNode_method__get_parameter_list>` **(** **)** |virtual| |const| |
64+
| :ref:`Array<class_Array>` | :ref:`_get_parameter_list<class_AnimationNode_private_method__get_parameter_list>` **(** **)** |virtual| |const| |
6565
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
66-
| :ref:`bool<class_bool>` | :ref:`_has_filter<class_AnimationNode_method__has_filter>` **(** **)** |virtual| |const| |
66+
| :ref:`bool<class_bool>` | :ref:`_has_filter<class_AnimationNode_private_method__has_filter>` **(** **)** |virtual| |const| |
6767
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
68-
| :ref:`bool<class_bool>` | :ref:`_is_parameter_read_only<class_AnimationNode_method__is_parameter_read_only>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
68+
| :ref:`bool<class_bool>` | :ref:`_is_parameter_read_only<class_AnimationNode_private_method__is_parameter_read_only>` **(** :ref:`StringName<class_StringName>` parameter **)** |virtual| |const| |
6969
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
70-
| :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| |
70+
| :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| |
7171
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
7272
| :ref:`bool<class_bool>` | :ref:`add_input<class_AnimationNode_method_add_input>` **(** :ref:`String<class_String>` name **)** |
7373
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -215,7 +215,7 @@ If ``true``, filtering is enabled.
215215
Method Descriptions
216216
-------------------
217217

218-
.. _class_AnimationNode_method__get_caption:
218+
.. _class_AnimationNode_private_method__get_caption:
219219

220220
.. rst-class:: classref-method
221221

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

228228
----
229229

230-
.. _class_AnimationNode_method__get_child_by_name:
230+
.. _class_AnimationNode_private_method__get_child_by_name:
231231

232232
.. rst-class:: classref-method
233233

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

240240
----
241241

242-
.. _class_AnimationNode_method__get_child_nodes:
242+
.. _class_AnimationNode_private_method__get_child_nodes:
243243

244244
.. rst-class:: classref-method
245245

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

252252
----
253253

254-
.. _class_AnimationNode_method__get_parameter_default_value:
254+
.. _class_AnimationNode_private_method__get_parameter_default_value:
255255

256256
.. rst-class:: classref-method
257257

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

264264
----
265265

266-
.. _class_AnimationNode_method__get_parameter_list:
266+
.. _class_AnimationNode_private_method__get_parameter_list:
267267

268268
.. rst-class:: classref-method
269269

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

276276
----
277277

278-
.. _class_AnimationNode_method__has_filter:
278+
.. _class_AnimationNode_private_method__has_filter:
279279

280280
.. rst-class:: classref-method
281281

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

288288
----
289289

290-
.. _class_AnimationNode_method__is_parameter_read_only:
290+
.. _class_AnimationNode_private_method__is_parameter_read_only:
291291

292292
.. rst-class:: classref-method
293293

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

300300
----
301301

302-
.. _class_AnimationNode_method__process:
302+
.. _class_AnimationNode_private_method__process:
303303

304304
.. rst-class:: classref-method
305305

0 commit comments

Comments
 (0)