diff options
author | Micky <micheledevita2@gmail.com> | 2024-01-06 16:16:10 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-01-06 17:03:46 +0100 |
commit | e5c1da1c6103424b93065386416c6dfd18ad8233 (patch) | |
tree | e41a435eed4e02ed68d99c5db0b884d096197100 /scene/animation/animation_blend_tree.h | |
parent | 89cc635c0554cb2e518c830969ca4c5eedda0f4e (diff) | |
download | redot-engine-e5c1da1c6103424b93065386416c6dfd18ad8233.tar.gz |
Add Autocompletion for AnimationNodeStateMachine & BlendTree
Diffstat (limited to 'scene/animation/animation_blend_tree.h')
-rw-r--r-- | scene/animation/animation_blend_tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/animation/animation_blend_tree.h b/scene/animation/animation_blend_tree.h index f38d7ebde8..8c19911022 100644 --- a/scene/animation/animation_blend_tree.h +++ b/scene/animation/animation_blend_tree.h @@ -454,6 +454,8 @@ public: virtual Ref<AnimationNode> get_child_by_name(const StringName &p_name) const override; + virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; + AnimationNodeBlendTree(); ~AnimationNodeBlendTree(); }; |