Function RichTextLabel.bbcodeText

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. Note: It is unadvised to use += operator with bbcode_text (e.g. bbcode_text += "some string") as it replaces the whole text and can cause slowdowns. Use appendBbcode for adding text instead.

String bbcodeText() nothrow @property @nogc;

void bbcodeText (
  String v
) nothrow @property @nogc;