diff options
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index 715e26cf23..c88ba1aecb 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -457,6 +457,10 @@ public: bool is_class_enabled(StringName p_class) const; +#ifdef TOOLS_ENABLED + virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; +#endif + ClassDB() {} ~ClassDB() {} }; |