summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-01-27 19:42:31 +0100
committerGitHub <noreply@github.com>2021-01-27 19:42:31 +0100
commit964c14580c322cdbd529d03896de5cd8be4c8c2f (patch)
tree0b9b143f022efe7e31a184d0a14d804ca58c9680 /core/string/ustring.h
parent1f3d52eed7e2fb66d4f786eb5af9e54a38f429db (diff)
parent38a5d22079832955c4f6aba50441fff8f6bcfa55 (diff)
downloadredot-engine-964c14580c322cdbd529d03896de5cd8be4c8c2f.tar.gz
Merge pull request #43790 from Chaosus/rename_ord_at
Renamed String.ord_at to unicode_at
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r--core/string/ustring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h
index 654e327320..9b7b7a21d4 100644
--- a/core/string/ustring.h
+++ b/core/string/ustring.h
@@ -366,7 +366,7 @@ public:
String get_extension() const;
String get_basename() const;
String plus_file(const String &p_file) const;
- char32_t ord_at(int p_idx) const;
+ char32_t unicode_at(int p_idx) const;
void erase(int p_pos, int p_chars);