Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool RemoveLine(
	int line
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Godot.RichTextLabel.RemoveLine(System.Int32)"]

Return Value

Type: Boolean

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

See Also