diff options
Diffstat (limited to 'core/variant/callable.h')
-rw-r--r-- | core/variant/callable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/variant/callable.h b/core/variant/callable.h index 38872b71ef..bba69d453e 100644 --- a/core/variant/callable.h +++ b/core/variant/callable.h @@ -125,6 +125,8 @@ public: operator String() const; + static Callable create(const Variant &p_variant, const StringName &p_method); + Callable(const Object *p_object, const StringName &p_method); Callable(ObjectID p_object, const StringName &p_method); Callable(CallableCustom *p_custom); |