- Found in:
- Dylbills PE
voidfunctionWriteIDsInFormArrayToFile(Form[]akList, stringFilePath, boolIncludeNames=false, boolReplaceIdStartWith0x=true)Global
Description
Documentation Comment
Write form ID's of forms in akList 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[] myFormArray__akList
string myString__FilePath
bool myBool__IncludeNames
bool myBool__ReplaceIdStartWith0x
DbMiscFunctions.WriteIDsInFormArrayToFile(myFormArray__akList, myString__FilePath, myBool__IncludeNames, myBool__ReplaceIdStartWith0x)