You've already forked godot
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:
committed by
Rémi Verschelde
parent
4a6b445a93
commit
5565f5591f
@@ -97,6 +97,7 @@ public:
|
||||
TYPE_OF,
|
||||
TYPE_EXISTS,
|
||||
TEXT_CHAR,
|
||||
TEXT_ORD,
|
||||
TEXT_STR,
|
||||
TEXT_PRINT,
|
||||
TEXT_PRINT_TABBED,
|
||||
|
||||
Reference in New Issue
Block a user