- Found in:
- Dylbills PE
voidfunctionRegisterAliasForAnimationEventsFromFile(AliasakAlias, ObjectReferenceakSender, stringFilePath="ata/interface/DbMiscFunctions/DbAnimationEvents.txt")Global
Description
Documentation Comment
Register the akAlias 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
AliasakAlias
ObjectReferenceakSender
stringFilePath="ata/interface/DbMiscFunctions/DbAnimationEvents.txt"
Examples
Auto-Generated Example
Alias myAlias__akAlias
ObjectReference myObjectReference__akSender
string myString__FilePath
DbMiscFunctions.RegisterAliasForAnimationEventsFromFile(myAlias__akAlias, myObjectReference__akSender, myString__FilePath)