From d8c04cda3a77b281f3785074a76ff3d3a2cb7cde Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Tue, 26 Apr 2022 18:21:34 +0800 Subject: Validate theme type/item names --- scene/resources/theme.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scene/resources/theme.h') diff --git a/scene/resources/theme.h b/scene/resources/theme.h index 9afe05007d..f8f1e95634 100644 --- a/scene/resources/theme.h +++ b/scene/resources/theme.h @@ -137,6 +137,9 @@ public: static Ref get_fallback_font(); static int get_fallback_font_size(); + static bool is_valid_type_name(const String &p_name); + static bool is_valid_item_name(const String &p_name); + void set_default_base_scale(float p_base_scale); float get_default_base_scale() const; bool has_default_base_scale() const; -- cgit v1.2.3