You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #5489 from jejung/richtextlabel-get_text
RichTextLabel-get_text
This commit is contained in:
@@ -21677,6 +21677,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_displayed_folded" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_fixed_processing" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
@@ -21802,6 +21808,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_display_folded">
|
||||
<argument index="0" name="fold" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_filename">
|
||||
<argument index="0" name="filename" type="String">
|
||||
</argument>
|
||||
@@ -31551,6 +31563,13 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_text">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Returns the raw text, stripping out the formatting information.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_total_character_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user