1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add ord() function to return Unicode code point of a string of length one

This commit is contained in:
Masoud Montazeri
2018-08-26 17:08:07 +04:30
committed by Rémi Verschelde
parent 4a6b445a93
commit 5565f5591f
2 changed files with 37 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ public:
TYPE_OF,
TYPE_EXISTS,
TEXT_CHAR,
TEXT_ORD,
TEXT_STR,
TEXT_PRINT,
TEXT_PRINT_TABBED,