summaryrefslogtreecommitdiff
path: root/core/string_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string_builder.h')
-rw-r--r--core/string_builder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/string_builder.h b/core/string_builder.h
index 40d70e8f45..0c4985d230 100644
--- a/core/string_builder.h
+++ b/core/string_builder.h
@@ -70,6 +70,10 @@ public:
return appended_strings.size();
}
+ _FORCE_INLINE_ uint32_t get_string_length() const {
+ return string_length;
+ }
+
String as_string() const;
_FORCE_INLINE_ operator String() const {