Unify TextServer built-in module and GDExtension code.
This commit is contained in:
@ -225,6 +225,7 @@ public:
|
||||
bool operator==(const String &p_str) const;
|
||||
bool operator!=(const String &p_str) const;
|
||||
String operator+(const String &p_str) const;
|
||||
String operator+(char32_t p_char) const;
|
||||
|
||||
String &operator+=(const String &);
|
||||
String &operator+=(char32_t p_char);
|
||||
|
||||
Reference in New Issue
Block a user