mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +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:
parent
78d97b060a
commit
513c0265c4
4 changed files with 34 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ public:
|
|||
TYPE_CONVERT,
|
||||
TYPE_OF,
|
||||
TYPE_EXISTS,
|
||||
TEXT_CHAR,
|
||||
TEXT_STR,
|
||||
TEXT_PRINT,
|
||||
TEXT_PRINTERR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue