Skip to content

AdvancedTextLabel

This class parses given text to bbcode using given TextParser

Extends RichTextLabel

img

Vars

_text

Note

It will be display asText in Inspector

Text to be parsed in too BBCode. Use it instead of text from RichTextLabel. I had to make this way as Godot doesn't allow to override text var behavior.

parser

Text to be parsed in too BBCode. Use it instead of text from RichTextLabel. I had to make this way as I can't override text var behavior. TextParser that will be used to parse _text.

Signals

  • url: String

By default links (staring from http) will be opened in web browser. For custom links you can connect to custom_link signal.