Click or drag to resize

TextEditGetLine Method

Returns the text of a specific line.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetLine(
	int line
)

Parameters

line
Type: SystemInt32

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

Return Value

Type: String

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

See Also