Click or drag to resize

RichTextLabelParseBbcode Method

The assignment version of AppendBbcode(String). Clears the tag stack and inserts the new content. Returns if parses bbcode successfully.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error ParseBbcode(
	string bbcode
)

Parameters

bbcode
Type: SystemString

[Missing <param name="bbcode"/> documentation for "M:Godot.RichTextLabel.ParseBbcode(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.RichTextLabel.ParseBbcode(System.String)"]

See Also