summaryrefslogtreecommitdiff
path: root/core/func_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/func_ref.h')
-rw-r--r--core/func_ref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/func_ref.h b/core/func_ref.h
index a143b58bf0..af0bf63203 100644
--- a/core/func_ref.h
+++ b/core/func_ref.h
@@ -44,6 +44,7 @@ protected:
public:
Variant call_func(const Variant **p_args, int p_argcount, Variant::CallError &r_error);
+ Variant call_funcv(const Array &p_args);
void set_instance(Object *p_obj);
void set_function(const StringName &p_func);
bool is_valid() const;