Background for Skyrim SE
Member of the DbMiscFunctions script
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

  1. ObjectReferenceakRef

  2. stringOutputFilePath

  3. 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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.