- Found in:
- Dylbills PE
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)