summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2019-12-20 10:03:15 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2019-12-20 10:42:08 +0800
commite7e095da3fd9140cfbbe11dd178981633819d642 (patch)
tree02dcd052616cfc5c7581581dda2843365b275480 /core/ustring.h
parent2a4c528d067826dd1af865c93c3dc945c9a0e196 (diff)
downloadredot-engine-e7e095da3fd9140cfbbe11dd178981633819d642.tar.gz
Encodes property names properly in project.godot
Diffstat (limited to 'core/ustring.h')
-rw-r--r--core/ustring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h
index dfc5044942..c20f659c59 100644
--- a/core/ustring.h
+++ b/core/ustring.h
@@ -338,6 +338,8 @@ public:
String percent_encode() const;
String percent_decode() const;
+ String property_name_encode() const;
+
bool is_valid_identifier() const;
bool is_valid_integer() const;
bool is_valid_float() const;