Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRegisterFormForAnimationEventsFromFile(FormakForm, ObjectReferenceakSender, stringFilePath="ata/interface/DbMiscFunctions/DbAnimationEvents.txt")Global

Description

Documentation Comment

Register the akForm to recieve all Animation Events from akSender found in File specified by FilePath.
Events in the file should be separated by new line.
Requires SKSE and PapyrusUtil


Caveats


Parameters

FormakForm

ObjectReferenceakSender

stringFilePath="ata/interface/DbMiscFunctions/DbAnimationEvents.txt"


Examples

Auto-Generated Example

Form myForm__akForm
ObjectReference myObjectReference__akSender
string myString__FilePath

DbMiscFunctions.RegisterFormForAnimationEventsFromFile(myForm__akForm, myObjectReference__akSender, myString__FilePath)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.