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