summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationTree.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-20 11:12:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-20 11:12:07 +0100
commit07254d9b1b88ba3a4af0c36d8d937f9042bac020 (patch)
treec486987ff12f2f87b4f9b42433d0af2e3aeda711 /doc/classes/AnimationTree.xml
parentc187d6522b651abedf24632b7219f15caba7d401 (diff)
parentf9a758772ad7461d57c81b37ccf43e7b0f4ef0de (diff)
downloadredot-engine-07254d9b1b88ba3a4af0c36d8d937f9042bac020.tar.gz
Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecated
Update many Deprecated/Experimental descriptions for consistency
Diffstat (limited to 'doc/classes/AnimationTree.xml')
-rw-r--r--doc/classes/AnimationTree.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/AnimationTree.xml b/doc/classes/AnimationTree.xml
index 778b5cf513..d240a4967e 100644
--- a/doc/classes/AnimationTree.xml
+++ b/doc/classes/AnimationTree.xml
@@ -15,12 +15,14 @@
<method name="get_process_callback" qualifiers="const" deprecated="Use [member AnimationMixer.callback_mode_process] instead.">
<return type="int" enum="AnimationTree.AnimationProcessCallback" />
<description>
+ Returns the process notification in which to update animations.
</description>
</method>
<method name="set_process_callback" deprecated="Use [member AnimationMixer.callback_mode_process] instead.">
<return type="void" />
<param index="0" name="mode" type="int" enum="AnimationTree.AnimationProcessCallback" />
<description>
+ Sets the process notification in which to update animations.
</description>
</method>
</methods>