Rename is_valid_integer() to is_valid_int()

Method from `String`
This commit is contained in:
Lightning_A
2021-06-16 10:24:34 -06:00
parent 48fe9c9794
commit b6af2a29eb
10 changed files with 49 additions and 49 deletions

View File

@ -425,7 +425,7 @@ public:
String validate_node_name() const;
bool is_valid_identifier() const;
bool is_valid_integer() const;
bool is_valid_int() const;
bool is_valid_float() const;
bool is_valid_hex_number(bool p_with_prefix) const;
bool is_valid_html_color() const;