GetTargetActor - ActiveMagicEffect

Revision as of 10:37, 28 March 2012 by imported>Tunaisafish (→‎Syntax: marked native)
(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() native

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