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() native
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()