Allow retrieval of FuncRef function string

(cherry picked from commit 75154e64a9)
This commit is contained in:
Wilson E. Alvarez
2020-09-25 11:44:33 -04:00
committed by Rémi Verschelde
parent c8a9f700c3
commit eb78d4e883
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,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();
};