GetTargetActor - ActiveMagicEffect

Revision as of 14:35, 23 July 2010 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ActiveMagicEffect Script Obtains the Actor this active magic effect is applied to. == Syntax =…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ActiveMagicEffect Script

Obtains the Actor this active magic effect is applied to.

SyntaxEdit

Actor Function GetTargetActor()

ParametersEdit

None

Return ValueEdit

The Actor this active effect is applied to.

ExamplesEdit

; Obtain the target of the active fire effect
Actor target = ActiveFireEffect.GetTargetActor()

See AlsoEdit