1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Document AnimationMixer.animation_started not being emitted for looping animations

This commit is contained in:
Hugo Locurcio
2025-07-14 22:31:23 +02:00
parent d5cb0f948e
commit 5c9dae8148

View File

@@ -350,6 +350,7 @@
<param index="0" name="anim_name" type="StringName" />
<description>
Notifies when an animation starts playing.
[b]Note:[/b] This signal is not emitted if an animation is looping.
</description>
</signal>
<signal name="caches_cleared">