Difference between revisions of "ActiveMagicEffect Script"

99 bytes added ,  05:44, 22 October 2017
category, see also edited, description changed
imported>Qazaaq
imported>Qazaaq
(category, see also edited, description changed)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Actor]]
'''Extends:''' [[ScriptObject Script|ScriptObject]]
'''Extends:''' [[ScriptObject Script|ScriptObject]]
 
<BR/>
'''Editor:''' [[Magic Effect]]
'''Editor:''' [[Magic Effect]]


Script for the manipulation of active magic effects ([[MagicEffect Script|MagicEffect]]s currently attached to an [[Actor Script|Actor]])
Script for the manipulation of active magic effects. An active magic effect is a [[Magic Effect]] which is currently attached to an [[Actor]].


== Definition ==
== Definition ==
Line 36: Line 32:
== Events ==
== Events ==
*Event [[OnEffectStart - ActiveMagicEffect|OnEffectStart]](Actor akTarget, Actor akCaster)
*Event [[OnEffectStart - ActiveMagicEffect|OnEffectStart]](Actor akTarget, Actor akCaster)
**Event received when this effect starts
**Event received when this effect starts.
*Event [[OnEffectFinish - ActiveMagicEffect|OnEffectFinish]](Actor akTarget, Actor akCaster)
*Event [[OnEffectFinish - ActiveMagicEffect|OnEffectFinish]](Actor akTarget, Actor akCaster)
**Event received when this effect has finished
**Event received when this effect has finished.


== Notes ==
== Notes ==
ActiveMagicEffects will also receive events from the [[Actor Script#Events|Actor]] they are attached to.
*ActiveMagicEffects will also receive events from the [[Actor Script#Events|Actor]] they are attached to.


== See Also ==
== See Also ==
*[[Actor]]
*[[Magic Effect]]
*[[:Category:Actor|Actor Category]]
*[[:Category:Actor|Actor Category]]
*[[:Category:Magic|Magic Category]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Actor]]
[[Category:Magic]]
Anonymous user