aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_player.h
diff options
context:
space:
mode:
authorrobfram2018-03-01 19:52:00 +0100
committerrobfram2018-03-03 09:29:22 +0100
commit5ef88cf577ad45b4dece733f1bb1350f7c93547e (patch)
treebf85ff8b26bf9109b1ddf414fe7c66e93b1d6ecc /scene/animation/animation_player.h
parent741af0652dd3e5992654ef401f04f9f461e1d0c5 (diff)
downloadgodot-5ef88cf577ad45b4dece733f1bb1350f7c93547e.tar.gz
godot-5ef88cf577ad45b4dece733f1bb1350f7c93547e.tar.zst
godot-5ef88cf577ad45b4dece733f1bb1350f7c93547e.zip
Diffstat (limited to 'scene/animation/animation_player.h')
-rw-r--r--scene/animation/animation_player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/animation/animation_player.h b/scene/animation/animation_player.h
index ef758bac4..af2022dda 100644
--- a/scene/animation/animation_player.h
+++ b/scene/animation/animation_player.h
@@ -293,6 +293,7 @@ public:
void set_speed_scale(float p_speed);
float get_speed_scale() const;
+ float get_playing_speed() const;
void set_autoplay(const String &p_name);
String get_autoplay() const;