Merge pull request #81639 from MJacred/is_letter
Add `is_valid_letter()` to `TextServer`
This commit is contained in:
commit
25fe3d4b46
11 changed files with 799 additions and 0 deletions
|
|
@ -1217,6 +1217,12 @@
|
|||
Returns [code]true[/code] if [param string] is a valid identifier.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_is_valid_letter" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="unicode" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_load_support_data" qualifiers="virtual">
|
||||
<return type="bool" />
|
||||
<param index="0" name="filename" type="String" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue