GetCasterActor - ActiveMagicEffect

Member of: ActiveMagicEffect Script

Obtains the Actor that cast the spell this effect is from.

SyntaxEdit

Actor Function GetCasterActor()

ParametersEdit

None

Return ValueEdit

The Actor that cast the spell this effect is from.

ExamplesEdit

; Obtain the caster of the active fire effect
Actor caster = ActiveFireEffect.GetCasterActor()

See AlsoEdit