Skip to content

Implemented `ord` function in VisualScript

64epicks requested to merge github/fork/64epicks/master into master

Closes #31894 (closed).

The pull request adds the builtin function ord to VisualScript. It can be used to get the ASCII number of a character.

Merge request reports