- Found in:
- Dylbills PE
voidfunctionWriteAnimationVariableBoolsToFile(ObjectReferenceakRef, stringOutputFilePath, stringVariablesSourceFilePath="ata/interface/DbMiscFunctions/DbAnimationVariableBools.txt")Global
Description
Documentation Comment
Write bool animation variables of akRef found in DbAnimationVariableBools.txt to OutputFilePath.
Can specify a different VariablesSourceFilePath if desired.
Default variables found in DbAnimationVariableBools.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/DbAnimationVariableBools.txt"
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
string myString__OutputFilePath
string myString__VariablesSourceFilePath
DbMiscFunctions.WriteAnimationVariableBoolsToFile(myObjectReference__akRef, myString__OutputFilePath, myString__VariablesSourceFilePath)