Morrowind Mod:XFileWriteString
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Morrowind: Morrowind Mod: MWSE
A function added by MWSE.
xFileWriteString is the same as for xFileWriteShort, but stores a 'C'-style null terminated string to the file.
Syntax[edit]
xFileWriteString filename (string) text (string)
Example[edit]
xFileWriteString "filename" "useful string"
See Also[edit]
xFileRewind
xFileSeek
xFileReadText
xFileWriteText
xFileReadShort
xFileReadLong
xFileReadFloat
xFileReadString
xFileWriteShort
xFileWriteLong
xFileWriteFloat