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


Parameters

  1. stringfileName

  2. stringrestrictKey=""

  3. intrestrictType=-1

  4. FormrestrictForm=NONE

  5. boolrestrictGlobal=false

  6. boolkeyContains=false

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