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


Parameters

  1. stringfileName

  2. stringrestrictKey=""

  3. intrestrictType=-1

  4. FormrestrictForm=NONE

  5. boolrestrictGlobal=false

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