GDScript: Re-add ord() function

This commit is contained in:
Danil Alexeev
2024-11-12 16:21:52 +03:00
parent 51b0379e55
commit f864d0ce11
5 changed files with 36 additions and 11 deletions

View File

@@ -1057,6 +1057,7 @@
<param index="0" name="at" type="int" />
<description>
Returns the character code at position [param at].
See also [method String.chr], [method @GDScript.char], and [method @GDScript.ord].
</description>
</method>
<method name="uri_decode" qualifiers="const">