Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRegisterActiveMagicEffectForAnimationEvents(ActiveMagicEffectakActiveMagicEffect, ObjectReferenceakSender, string[]AnimationEvents)Global

Description

Documentation Comment

register the akActiveMagicEffect to recieve all AnimationEvents from the akSender
no requirements


Caveats


Parameters

ActiveMagicEffectakActiveMagicEffect

ObjectReferenceakSender

string[]AnimationEvents


Examples

Auto-Generated Example

ActiveMagicEffect myActiveMagicEffect__akActiveMagicEffect
ObjectReference myObjectReference__akSender
string[] myStringArray__AnimationEvents

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