Merge pull request #111047 from Calinou/cli-text-driver-add-aliases

Add `TextServer.get_short_name()` and use it in `--text-driver`
This commit is contained in:
Thaddeus Crews
2026-06-24 14:52:59 -05:00
12 changed files with 43 additions and 4 deletions
+6
View File
@@ -1143,6 +1143,12 @@
Returns the name of the server interface.
</description>
</method>
<method name="_get_short_name" qualifiers="virtual const">
<return type="String" />
<description>
Returns the short name of the server interface. By convention, this should return a lowercase string that follows the [code]snake_case[/code] naming scheme.
</description>
</method>
<method name="_get_support_data" qualifiers="virtual const">
<return type="PackedByteArray" />
<description>