Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionGetPscDataNamesFromFile(stringSourceFilePath, stringNameType, stringDivider="n", intStartIndex=0)Global


Caveats


Parameters

stringSourceFilePath

stringNameType

stringDivider="n"

intStartIndex=0


Examples

Auto-Generated Example

string myString__SourceFilePath
string myString__NameType
string myString__Divider
int myInt__StartIndex

string returnedValue = DbMiscFunctions.GetPscDataNamesFromFile(myString__SourceFilePath, myString__NameType, myString__Divider, myInt__StartIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.