From 72aef9d67e669d08666873cbec374fefc9fc2e69 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Mon, 31 Aug 2020 16:26:07 -0400 Subject: [PATCH] Add information on bb code enabled --- doc/classes/RichTextLabel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index fa569e3603..7fbdfccffb 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -288,6 +288,7 @@ If [code]true[/code], the label uses BBCode formatting. + [b]Note:[/b] Trying to alter the [RichTextLabel]'s text with [method set_text] will reset this to [code]false[/code]. Use instead [method set_bbcode] or [method append_bbcode] to preserve BBCode formatting. The label's text in BBCode format. Is not representative of manual modifications to the internal tag stack. Erases changes made by other methods when edited.