Morrowind Mod:XFileWriteLong
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Morrowind: Morrowind Mod: MWSE
A function added by MWSE.
xFileWriteLong is the same as for xFileWriteShort but stores a (4 byte) LONG value.
Syntax[edit]
xFileWriteLong filename (string) value (long)
Example[edit]
xFileWriteLong "filename" 333
See Also[edit]
xFileRewind
xFileSeek
xFileReadText
xFileWriteText
xFileReadShort
xFileReadLong
xFileReadFloat
xFileReadString
xFileWriteShort
xFileWriteFloat
xFileWriteString