diff options
Diffstat (limited to 'core/func_ref.h')
-rw-r--r-- | core/func_ref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/func_ref.h b/core/func_ref.h index 6b0b22bab5..75b84e705e 100644 --- a/core/func_ref.h +++ b/core/func_ref.h @@ -46,6 +46,7 @@ public: Variant call_funcv(const Array &p_args); void set_instance(Object *p_obj); void set_function(const StringName &p_func); + StringName get_function(); bool is_valid() const; FuncRef() {} |