Validate theme type/item names
This commit is contained in:
parent
a8abdc9372
commit
d8c04cda3a
4 changed files with 326 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ public:
|
|||
static Ref<Font> 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue