Difference between revisions of "ActiveMagicEffect Script"

268 bytes added ,  21:09, 28 February 2013
Added links to GetDuration and GetTimeElapsed
imported>Sirtaj
m (More prominently mention that it will receive actor events.)
imported>Wafflesalot
(Added links to GetDuration and GetTimeElapsed)
Line 96: Line 96:
*Unregisters this magic effect from game time update events.
*Unregisters this magic effect from game time update events.


== SKSE Member Functions ==
'''float Function [[GetDuration - ActiveMagicEffect|GetDuration]]()'''
*Returns the Duration of the magic effect.
'''float Function [[GetTimeElapsed - ActiveMagicEffect|GetTimeElapsed]]()'''
*Returns the Time Elapsed of the magic effect.
== Events ==
== Events ==
'''Event [[OnAnimationEvent - Form|OnAnimationEvent]](ObjectReference akSource, string asEventName)'''
'''Event [[OnAnimationEvent - Form|OnAnimationEvent]](ObjectReference akSource, string asEventName)'''
Anonymous user