godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
File.storeString
godot
file
File
Stores the given
String
in the file.
struct
File
@
nogc
nothrow
void
storeString
(
StringArg0
)
(
in
StringArg0
string
)
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
Stores the given String in the file.