[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
GetTargetActor - ActiveMagicEffect
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()