summaryrefslogtreecommitdiffstats
path: root/scene/resources/animation_library.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/animation_library.h')
-rw-r--r--scene/resources/animation_library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/animation_library.h b/scene/resources/animation_library.h
index b2152fd7c5..c1d78068bb 100644
--- a/scene/resources/animation_library.h
+++ b/scene/resources/animation_library.h
@@ -62,6 +62,8 @@ public:
Ref<Animation> get_animation(const StringName &p_name) const;
void get_animation_list(List<StringName> *p_animations) const;
+ virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
+
AnimationLibrary();
};