Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionDumpAnimationVariables(ActorakActor, stringasAnimationVarPrefix)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Dumps current actor animation variables to po3_papyrusextender64.log

Caveats


Parameters

ActorakActor

stringasAnimationVarPrefix


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asAnimationVarPrefix

PO3_SKSEFunctions.DumpAnimationVariables(myActor__akActor, myString__asAnimationVarPrefix)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.