Add ord() function to Expression class

The ord() function was recently added in GDScript and VisualScript,
but was missed in the Expression class.
This commit is contained in:
Danil Alexeev 2019-12-29 09:20:10 +03:00
parent 318c693516
commit 134755ebcf
2 changed files with 29 additions and 0 deletions

View file

@ -97,6 +97,7 @@ public:
TYPE_OF,
TYPE_EXISTS,
TEXT_CHAR,
TEXT_ORD,
TEXT_STR,
TEXT_PRINT,
TEXT_PRINTERR,