diff options
| author | sanikoyes | 2014-08-20 12:19:22 +0800 |
|---|---|---|
| committer | sanikoyes | 2014-08-20 12:19:22 +0800 |
| commit | b51da466e9fc25fb39e499f1d521a2a0b78c63cf (patch) | |
| tree | bc98514af3d1a8ba68e4e1f3936b4868081b469e /scene/animation/tween.h | |
| parent | f75b8a81d2f356627731633471b2fe992daa1edf (diff) | |
| download | godot-b51da466e9fc25fb39e499f1d521a2a0b78c63cf.tar.gz godot-b51da466e9fc25fb39e499f1d521a2a0b78c63cf.tar.zst godot-b51da466e9fc25fb39e499f1d521a2a0b78c63cf.zip | |
Diffstat (limited to 'scene/animation/tween.h')
| -rw-r--r-- | scene/animation/tween.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h index 9d087f93c..5a8186cc2 100644 --- a/scene/animation/tween.h +++ b/scene/animation/tween.h @@ -130,6 +130,8 @@ public: bool stop_all(); bool resume(Variant p_object, String p_key); bool resume_all(); + bool remove(Variant p_object, String p_key); + bool remove_all(); bool interpolate_property(Variant p_object , String p_property |
