Background for Skyrim SE
Member of the DbMiscFunctions script
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

FormObjKey

stringListKeyName

stringFilePath

boolIncludeNames=false

boolReplaceIdStartWith0x=true


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.