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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user