summaryrefslogtreecommitdiffstats
path: root/core/string/translation.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string/translation.h')
-rw-r--r--core/string/translation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/string/translation.h b/core/string/translation.h
index bd7082dc9d..470ba88232 100644
--- a/core/string/translation.h
+++ b/core/string/translation.h
@@ -197,6 +197,10 @@ public:
void load_translations();
+#ifdef TOOLS_ENABLED
+ virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
+#endif // TOOLS_ENABLED
+
TranslationServer();
};