diff options
author | Masoud Montazeri <masoud@divar.ir> | 2018-08-26 17:08:07 +0430 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-28 16:14:11 +0200 |
commit | 5565f5591f1096870327d893f8539eff22d17e68 (patch) | |
tree | 5a00046c7408e7d3a782c1b3a2a9ce559b82774b /modules/gdscript/gdscript_functions.h | |
parent | 4a6b445a93905a9fa86e841d9cf74b4932a3c4d0 (diff) | |
download | redot-engine-5565f5591f1096870327d893f8539eff22d17e68.tar.gz |
Add ord() function to return Unicode code point of a string of length one
Diffstat (limited to 'modules/gdscript/gdscript_functions.h')
-rw-r--r-- | modules/gdscript/gdscript_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_functions.h b/modules/gdscript/gdscript_functions.h index 8f7ba76d2c..9ea5dd46cf 100644 --- a/modules/gdscript/gdscript_functions.h +++ b/modules/gdscript/gdscript_functions.h @@ -97,6 +97,7 @@ public: TYPE_OF, TYPE_EXISTS, TEXT_CHAR, + TEXT_ORD, TEXT_STR, TEXT_PRINT, TEXT_PRINT_TABBED, |