GetTargetActor - ActiveMagicEffect

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ActiveMagicEffect Script

Obtains the Actor this active magic effect is applied to.

Syntax[edit | edit source]

Actor Function GetTargetActor()

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Actor this active effect is applied to.

Examples[edit | edit source]

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

See Also[edit | edit source]