godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
File.getLine
godot
file
File
Returns the next line of the file as a
String
.
struct
File
@
nogc
nothrow const
String
getLine
(
)
Meta
Source
See Implementation
godot
file
File
aliases
BaseClasses
enums
CompressionMode
Constants
ModeFlags
functions
close
eofReached
fileExists
get16
get32
get64
get8
getAsText
getBuffer
getCsvLine
getDouble
getEndianSwap
getError
getFloat
getLen
getLine
getMd5
getModifiedTime
getPascalString
getPath
getPathAbsolute
getPosition
getReal
getSha256
getVar
isOpen
opAssign
opEquals
open
openCompressed
openEncrypted
openEncryptedWithPass
seek
seekEnd
setEndianSwap
store16
store32
store64
store8
storeBuffer
storeDouble
storeFloat
storeLine
storePascalString
storeReal
storeString
storeVar
properties
endianSwap
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the next line of the file as a String.