Background for Skyrim SE
Member of the ActiveMagicEffect script
ActorfunctionGetTargetActor()Native

Description

Wiki Description

Obtains the Actor this active magic effect is applied to.

Documentation Comment

Get the actor this spell is targeting (is attached to)


Caveats


Examples

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

Auto-Generated Example

Actor returnedValue = myActiveMagicEffect__toCallFunctionOn.GetTargetActor()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.