- Found in:
- Dylbills PE
voidfunctionWriteIDsInStorageUtilListToFile(FormObjKey, stringListKeyName, stringFilePath, boolIncludeNames=false, boolReplaceIdStartWith0x=true)Global
Description
Documentation Comment
Write form ID's of forms in storageutil formlist to file. If ReplaceIdStartWith0x == true (default), replaces first two characters of ID with 0x.
Requires skse and PapyrusUtil
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__ListKeyName
string myString__FilePath
bool myBool__IncludeNames
bool myBool__ReplaceIdStartWith0x
DbMiscFunctions.WriteIDsInStorageUtilListToFile(myForm__ObjKey, myString__ListKeyName, myString__FilePath, myBool__IncludeNames, myBool__ReplaceIdStartWith0x)