summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index d5b8151f1e..64ab4dd7e2 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -460,6 +460,10 @@ public:
bool is_class_enabled(const 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() {}
};