aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-18 21:43:46 +0200
committerRémi Verschelde2016-10-18 21:43:46 +0200
commit14e45a55d4132a268a4fd4d75bdea08a5269cc3d (patch)
tree95b5359f136063c770c1c86627ca944b12c2c569 /doc/base/classes.xml
parent7d25d20861e3778948d9ac6e7ba495d9877b921c (diff)
downloadgodot-14e45a55d4132a268a4fd4d75bdea08a5269cc3d.tar.gz
godot-14e45a55d4132a268a4fd4d75bdea08a5269cc3d.tar.zst
godot-14e45a55d4132a268a4fd4d75bdea08a5269cc3d.zip
Revert "Tween reset/stop/resume/remove for all object properties at once"
This reverts commit 6fc894d65264e37f6c0772f3789bcec52c7bbe3a. It caused a regression, cf. #6863.
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 08f72f21f..dd4743670 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -43252,10 +43252,10 @@
</return>
<argument index="0" name="object" type="Object">
</argument>
- <argument index="1" name="key" type="String" default="&quot;&quot;">
+ <argument index="1" name="key" type="String">
</argument>
<description>
- Stop animating and completely remove a tween, given its object and property/method pair. Passing empty String as key will remove all tweens for given object.
+ Stop animating and completely remove a tween, given its object and property/method pair.
</description>
</method>
<method name="remove_all">
@@ -43270,10 +43270,10 @@
</return>
<argument index="0" name="object" type="Object">
</argument>
- <argument index="1" name="key" type="String" default="&quot;&quot;">
+ <argument index="1" name="key" type="String">
</argument>
<description>
- Resets a tween to the initial value (the one given, not the one before the tween), given its object and property/method pair. Passing empty String as key will reset all tweens for given object.
+ Resets a tween to the initial value (the one given, not the one before the tween), given its object and property/method pair.
</description>
</method>
<method name="reset_all">
@@ -43288,10 +43288,10 @@
</return>
<argument index="0" name="object" type="Object">
</argument>
- <argument index="1" name="key" type="String" default="&quot;&quot;">
+ <argument index="1" name="key" type="String">
</argument>
<description>
- Continue animating a stopped tween, given its object and property/method pair. Passing empty String as key will resume all tweens for given object.
+ Continue animating a stopped tween, given its object and property/method pair.
</description>
</method>
<method name="resume_all">
@@ -43350,10 +43350,10 @@
</return>
<argument index="0" name="object" type="Object">
</argument>
- <argument index="1" name="key" type="String" default="&quot;&quot;">
+ <argument index="1" name="key" type="String">
</argument>
<description>
- Stop animating a tween, given its object and property/method pair. Passing empty String as key will stop all tweens for given object.
+ Stop animating a tween, given its object and property/method pair.
</description>
</method>
<method name="stop_all">