- Found in:
- Dylbills PE
voidfunctionRegisterActiveMagicEffectForAnimationEvents(ActiveMagicEffectakActiveMagicEffect, ObjectReferenceakSender, string[]AnimationEvents)Global
Description
Documentation Comment
register the akActiveMagicEffect to recieve all AnimationEvents from the akSender
no requirements
Caveats
Parameters
Examples
Auto-Generated Example
ActiveMagicEffect myActiveMagicEffect__akActiveMagicEffect
ObjectReference myObjectReference__akSender
string[] myStringArray__AnimationEvents
DbMiscFunctions.RegisterActiveMagicEffectForAnimationEvents(myActiveMagicEffect__akActiveMagicEffect, myObjectReference__akSender, myStringArray__AnimationEvents)