Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionWriteAllPscDataInFolderToFile(stringSearchFolderPath, stringTargetFilePath, stringDivider="n", stringDoneMessage="one Writing")Global

Description

Documentation Comment

Write all data info to TargetFilePath from all .psc files in SearchFolderPath. Writes ScriptNames, Function Names, Event Names, Function Definitions and Event Definitions.
requires skse and papyrus util.


Caveats


Parameters

stringSearchFolderPath

stringTargetFilePath

stringDivider="n"

stringDoneMessage="one Writing"


Examples

Auto-Generated Example

string myString__SearchFolderPath
string myString__TargetFilePath
string myString__Divider
string myString__DoneMessage

DbMiscFunctions.WriteAllPscDataInFolderToFile(myString__SearchFolderPath, myString__TargetFilePath, myString__Divider, myString__DoneMessage)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.