classref: Sync with current master branch (4b6c88d)

This commit is contained in:
Godot Organization
2025-12-15 22:19:00 +00:00
parent 59228714f0
commit d45f83bf92
119 changed files with 2593 additions and 1638 deletions

View File

@@ -89,6 +89,8 @@ Properties
.. table::
:widths: auto
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+
| :ref:`bool<class_bool>` | :ref:`abort_on_reset<class_AnimationNodeOneShot_property_abort_on_reset>` | ``false`` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+
| :ref:`bool<class_bool>` | :ref:`autorestart<class_AnimationNodeOneShot_property_autorestart>` | ``false`` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+
@@ -191,6 +193,23 @@ Blends two animations additively. See also :ref:`AnimationNodeAdd2<class_Animati
Property Descriptions
---------------------
.. _class_AnimationNodeOneShot_property_abort_on_reset:
.. rst-class:: classref-property
:ref:`bool<class_bool>` **abort_on_reset** = ``false`` :ref:`🔗<class_AnimationNodeOneShot_property_abort_on_reset>`
.. rst-class:: classref-property-setget
- |void| **set_abort_on_reset**\ (\ value\: :ref:`bool<class_bool>`\ )
- :ref:`bool<class_bool>` **is_aborted_on_reset**\ (\ )
If ``true``, the sub-animation will abort if resumed with a reset after a prior interruption.
.. rst-class:: classref-item-separator
----
.. _class_AnimationNodeOneShot_property_autorestart:
.. rst-class:: classref-property