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

Description

Documentation Comment

Register the akActiveMagicEffect 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

ActiveMagicEffectakActiveMagicEffect

ObjectReferenceakSender

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


Examples

Auto-Generated Example

ActiveMagicEffect myActiveMagicEffect__akActiveMagicEffect
ObjectReference myObjectReference__akSender
string myString__FilePath

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