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:
parent
318c693516
commit
134755ebcf
2 changed files with 29 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ public:
|
|||
TYPE_OF,
|
||||
TYPE_EXISTS,
|
||||
TEXT_CHAR,
|
||||
TEXT_ORD,
|
||||
TEXT_STR,
|
||||
TEXT_PRINT,
|
||||
TEXT_PRINTERR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue