[GDExtension] Add binds for missing methods, operators, and constants required for GDExtension TextServer implementation.

This commit is contained in:
bruvzg 2022-02-08 09:49:14 +02:00
parent d6ba4a223f
commit b801742b77
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
10 changed files with 78 additions and 0 deletions

View file

@ -91,6 +91,13 @@
Returns readable script name for the [code]script[/code] code.
</description>
</method>
<method name="get_tool_locale">
<return type="String" />
<description>
Returns the current locale of the editor.
[b]Note:[/b] When called from an exported project returns the same value as [method get_locale].
</description>
</method>
<method name="get_translation_object">
<return type="Translation" />
<argument index="0" name="locale" type="String" />