Background for Skyrim SE
Member of the DbMiscFunctions script
float[]functionGetActorValuesFromFile(ActorakActor, stringfilePath="ata/interface/DbMiscFunctions/DbActorValues.txt")Global

Description

Documentation Comment

return actor values of akActor from actor values in file to float array.
can specify your own file path. Look at the structure of DbActorValues.txt to make another file.
requires skse and papyrusUtil.


Caveats


Parameters

ActorakActor

stringfilePath="ata/interface/DbMiscFunctions/DbActorValues.txt"


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__filePath

float[] returnedValue = DbMiscFunctions.GetActorValuesFromFile(myActor__akActor, myString__filePath)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.