RichTextLabel.appendBbcode

Parses bbcode and adds tags to the tag stack as needed. Returns the result of the parsing, constant OK if successful. Note: Using this method, you can't close a tag that was opened in a previous appendBbcode call. This is done to improve performance, especially when updating large RichTextLabels since rebuilding the whole BBCode every time would be slower. If you absolutely need to close a tag in a future method call, append the bbcodeText instead of using appendBbcode.

struct RichTextLabel
@nogc nothrow
GodotError
appendBbcode
(
in String bbcode
)

Meta