Hi,
Porting our Godot 3.x 2D framework to Godot 4 now. We are stuck on below: What is "int ord ( String char )" equivalent In Godot 4 ? Let us know, thanks!
Jesse
Strange, I searched the docs and I don't see a way to convert a Unicode character to an int.
String.unicode_at(0)
Cast doesn't work apparently ... probably just not defined.
Qué extraño
Edit scrub, spacecloud got it !
Thanks!, that worked