Open main menu

UESPWiki β

Morrowind Mod:XFileWriteString

< 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.

SyntaxEdit

xFileWriteString filename (string) text (string)

ExampleEdit

xFileWriteString "filename" "useful string" 

See AlsoEdit