From ae7eec53c00fa30bc4527937a79dd01f0c31050a Mon Sep 17 00:00:00 2001 From: markdibarry Date: Fri, 11 Feb 2022 16:02:59 -0500 Subject: Add get_character_line method for RichTextLabel Adds the ability to get the line number of provided character position Fix arg name Add get_character_paragraph Replaced glyph logic with code suggestions, added get_character_paragraph method Run doctool Use built-in method Replace TS access with built in method --- doc/classes/RichTextLabel.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 6a2812bb93..cb733f34ca 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -49,6 +49,20 @@ Clears the tag stack and sets [member text] to an empty string. + + + + + Returns the line number of the character position provided. + + + + + + + Returns the paragraph number of the character position provided. + + -- cgit v1.2.3