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

Add String char(int ascii) function to GDScript and Visual Script

Just hope it doesn't crashes with that much pointer math... 😄
This commit is contained in:
Bojidar Marinov
2016-10-03 19:17:54 +03:00
parent 78d97b060a
commit 513c0265c4
4 changed files with 34 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public:
TYPE_CONVERT,
TYPE_OF,
TYPE_EXISTS,
TEXT_CHAR,
TEXT_STR,
TEXT_PRINT,
TEXT_PRINTERR,