diff options
Diffstat (limited to 'core/callable.h')
-rw-r--r-- | core/callable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/callable.h b/core/callable.h index cecf2264a3..7fa024dccd 100644 --- a/core/callable.h +++ b/core/callable.h @@ -84,6 +84,7 @@ public: Object *get_object() const; ObjectID get_object_id() const; StringName get_method() const; + CallableCustom *get_custom() const; uint32_t hash() const; |