RichTextLabelRemoveLine Method |
Removes a line of content from the label. Returns true if the line exists.
The line argument is the index of the line to remove, it can take values in the interval [0, get_line_count() - 1].
Namespace: Godot
public bool RemoveLine( int line )
[Missing <param name="line"/> documentation for "M:Godot.RichTextLabel.RemoveLine(System.Int32)"]
[Missing <returns> documentation for "M:Godot.RichTextLabel.RemoveLine(System.Int32)"]