GetTargetActor - ActiveMagicEffect

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