Click or drag to resize

FileGetLine Method

Returns the next line of the file as a String.

Text is interpreted as being UTF-8 encoded.

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.File.GetLine"]

See Also