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.