aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
authorsteincodes2018-06-07 16:55:24 +0530
committersteincodes2018-06-07 17:14:31 +0530
commitd3483d8c1e7d454f477343472b1d1cae5d54106d (patch)
tree2de8e0afa39d2624cd6a4c9000ed6028b879a052 /scene/animation/tween.h
parent25704427b56c5d11117d1d497554731f99ed94b7 (diff)
downloadgodot-d3483d8c1e7d454f477343472b1d1cae5d54106d.tar.gz
godot-d3483d8c1e7d454f477343472b1d1cae5d54106d.tar.zst
godot-d3483d8c1e7d454f477343472b1d1cae5d54106d.zip
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r--scene/animation/tween.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h
index 757d80e90..36094bf29 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -162,6 +162,7 @@ public:
bool reset_all();
bool stop(Object *p_object, StringName p_key);
bool stop_all();
+ bool is_stopped() const;
bool resume(Object *p_object, StringName p_key);
bool resume_all();
bool remove(Object *p_object, StringName p_key);