summaryrefslogtreecommitdiffstats
path: root/core/config/project_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/project_settings.h')
-rw-r--r--core/config/project_settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/config/project_settings.h b/core/config/project_settings.h
index 385f93e91e..73cadfd07e 100644
--- a/core/config/project_settings.h
+++ b/core/config/project_settings.h
@@ -222,6 +222,10 @@ public:
String get_scene_groups_cache_path() const;
void load_scene_groups_cache();
+#ifdef TOOLS_ENABLED
+ virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
+#endif
+
ProjectSettings();
~ProjectSettings();
};