- Found in:
- Dylbills PE
voidfunctionWriteAnimationVariableIntsToFile(ObjectReferenceakRef, stringOutputFilePath, stringVariablesSourceFilePath="ata/interface/DbMiscFunctions/DbAnimationVariableInts.txt")Global
Description
Documentation Comment
Write int animation variables of akRef found in DbAnimationVariableInts.txt to OutputFilePath.
Can specify a different VariablesSourceFilePath if desired.
Default variables found in DbAnimationVariableInts.txt are from https://www.creationkit.com/index.php?title=List_of_Animation_Variables
Requires skse and papyrusutil
Parameters
ObjectReferenceakRef
stringOutputFilePath
stringVariablesSourceFilePath="ata/interface/DbMiscFunctions/DbAnimationVariableInts.txt"
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
string myString__OutputFilePath
string myString__VariablesSourceFilePath
DbMiscFunctions.WriteAnimationVariableIntsToFile(myObjectReference__akRef, myString__OutputFilePath, myString__VariablesSourceFilePath)