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
No known key found for this signature in database
GPG key ID: 4D546A8F1E091856
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,