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


Caveats


Parameters

stringfileName

stringrestrictKey=""

intrestrictType=-1

FormrestrictForm=NONE

boolrestrictGlobal=false

boolkeyContains=false


Examples

Auto-Generated Example

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

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