Add deselect() to RichTextLabel

This commit is contained in:
ConteZero
2022-04-04 16:06:57 +02:00
parent 0e8caf1a4e
commit 45159e88e1
3 changed files with 20 additions and 16 deletions
+6
View File
@@ -49,6 +49,12 @@
Clears the tag stack and sets [member text] to an empty string.
</description>
</method>
<method name="deselect">
<return type="void" />
<description>
Clears the current selection.
</description>
</method>
<method name="get_character_line">
<return type="int" />
<argument index="0" name="character" type="int" />