Background for Skyrim SE
Member of the StorageUtil script
boolfunctionExportFile(stringfileName, stringrestrictKey="", intrestrictType=-1, FormrestrictForm=NONE, boolrestrictGlobal=false, boolkeyContains=false, boolappend=true)Global


Caveats


Parameters

stringfileName

stringrestrictKey=""

intrestrictType=-1

FormrestrictForm=NONE

boolrestrictGlobal=false

boolkeyContains=false

boolappend=true


Examples

Auto-Generated Example

string myString__fileName
string myString__restrictKey
int myInt__restrictType
Form myForm__restrictForm
bool myBool__restrictGlobal
bool myBool__keyContains
bool myBool__append

bool returnedValue = StorageUtil.ExportFile(myString__fileName, myString__restrictKey, myInt__restrictType, myForm__restrictForm, myBool__restrictGlobal, myBool__keyContains, myBool__append)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.